summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-05-15 10:42:04 +0300
committerTor Lillqvist <tml@iki.fi>2013-05-15 11:14:28 +0300
commitcb6d67c21f11811c5bc023b9565c1c1b1f4081fa (patch)
treeff8a4b192a2ca846d32111732563432244135910 /udkapi
parent1a357b7394ac7b48b72821bff1aae4706265d7a4 (diff)
Spelling "separate" (etc) correctly is hard
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl b/udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl
index 92e45bf5daec..55a210013b3f 100644
--- a/udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl
+++ b/udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl
@@ -63,7 +63,7 @@ published interface XStarBasicLibraryInfo: com::sun::star::uno::XInterface
/** returns an
URL describing the location where the library is stored if the library
- is stored seperately (for example not in the main XML file but in a
+ is stored separately (for example not in the main XML file but in a
special library format file), an empty string otherwise.
This information can be useful to optimize the access to the library,
e.g., for loading on demand.