summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/reflection
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-02-23 17:29:22 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-02-23 17:29:22 +0100
commit94477cb5fb6e982035867b198eee7cfa8622c5e3 (patch)
tree79993199790f269b260968eb07cb91e3b1291cc9 /udkapi/com/sun/star/reflection
parent3a014901fdc4134f4fae669b66b154b1137c2352 (diff)
Fix typo accessable/accessible
Change-Id: I2f6d00a6361243a52a593acaaf2bf624d8a2730e
Diffstat (limited to 'udkapi/com/sun/star/reflection')
-rw-r--r--udkapi/com/sun/star/reflection/TypeDescriptionManager.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl b/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl
index 467047a61e6b..11598d67c4d8 100644
--- a/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl
+++ b/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl
@@ -35,7 +35,7 @@
<type scope="com::sun::star::reflection">TypeDescriptionProvider</type>s
and may cache type descriptions.<br>
Using cppuhelper's bootstrapping routines bootstrapping an initial
- component context, there is a singleton accessable via key
+ component context, there is a singleton accessible via key
"/singletons/com.sun.star.reflection.theTypeDescriptionManager".
This singleton object is hooked into the C UNO runtime typelib and
lives until the context is shut down.<br>