summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/lang/XUnoTunnel.idl2
-rw-r--r--udkapi/com/sun/star/registry/DefaultRegistry.idl2
-rw-r--r--udkapi/com/sun/star/script/Converter.idl2
-rw-r--r--udkapi/com/sun/star/script/XLibraryAccess.idl2
-rw-r--r--udkapi/com/sun/star/uri/UriReferenceFactory.idl2
-rw-r--r--udkapi/com/sun/star/uri/XUriReferenceFactory.idl2
6 files changed, 6 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/lang/XUnoTunnel.idl b/udkapi/com/sun/star/lang/XUnoTunnel.idl
index edd3698ca31c..0b96ccc18fe2 100644
--- a/udkapi/com/sun/star/lang/XUnoTunnel.idl
+++ b/udkapi/com/sun/star/lang/XUnoTunnel.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module lang {
something else, which is not specified by UNO-IDL.
@attention
- Restrictive useage. Use only, if there is no better possibility left.
+ Restrictive usage. Use only, if there is no better possibility left.
It is definitely a hack.
<p>
diff --git a/udkapi/com/sun/star/registry/DefaultRegistry.idl b/udkapi/com/sun/star/registry/DefaultRegistry.idl
index a87e9e6a3ba2..2e4bbad1d3ee 100644
--- a/udkapi/com/sun/star/registry/DefaultRegistry.idl
+++ b/udkapi/com/sun/star/registry/DefaultRegistry.idl
@@ -60,7 +60,7 @@
<dl>
<dt> <b>openKey</b>
</dt>
- <dd> returns a virtual key which is specified in the local or the sytem
+ <dd> returns a virtual key which is specified in the local or the system
registry.
</dd>
<dt> <b>deleteKey</b>
diff --git a/udkapi/com/sun/star/script/Converter.idl b/udkapi/com/sun/star/script/Converter.idl
index e90b3f4f8be6..6b46d6f8346d 100644
--- a/udkapi/com/sun/star/script/Converter.idl
+++ b/udkapi/com/sun/star/script/Converter.idl
@@ -65,7 +65,7 @@
<li>10: only converts if it is the same enumeration type.</li>
<li>11: only converts if the string contains the name of an enumeration type value. Normally you need
core reflection information of the enum type.</li>
- <li>12: only converts if the value of the string is "1", "true" or "0", "false". The comparision
+ <li>12: only converts if the value of the string is "1", "true" or "0", "false". The comparison
is case insensitive.</li>
<li>13: only converts if the length of the string is 1 or 0.</li>
<li>14: only converts if the types are equal or the source type is derived from the destination
diff --git a/udkapi/com/sun/star/script/XLibraryAccess.idl b/udkapi/com/sun/star/script/XLibraryAccess.idl
index effbb32a2318..0fde430840df 100644
--- a/udkapi/com/sun/star/script/XLibraryAccess.idl
+++ b/udkapi/com/sun/star/script/XLibraryAccess.idl
@@ -38,7 +38,7 @@ published interface XLibraryAccess: com::sun::star::uno::XInterface
otherwise it returns `FALSE`.
@param aFunctionName
- the fully qualified name of a funtion.
+ the fully qualified name of a function.
(e.g., "UtilLibrary.ModuleDate.FunctionCurrentDate")
*/
boolean isFunction( [in] string aFunctionName );
diff --git a/udkapi/com/sun/star/uri/UriReferenceFactory.idl b/udkapi/com/sun/star/uri/UriReferenceFactory.idl
index 514091dc2ab4..d6b39842b5bf 100644
--- a/udkapi/com/sun/star/uri/UriReferenceFactory.idl
+++ b/udkapi/com/sun/star/uri/UriReferenceFactory.idl
@@ -40,7 +40,7 @@ published interface XUriReferenceFactory;
com::sun::star::uri::XUriReference.</p>
<p>Locating a scheme-specific parser works as follows: A scheme consists of
- Latin captial letters
+ Latin capital letters
&ldquo;<code>A</code>&rdquo;&ndash;&ldquo;<code>Z</code>&rdquo;, Latin small
letters &ldquo;<code>a</code>&rdquo;&ndash;&ldquo;<code>z</code>&rdquo;,
digits &ldquo;<code>0</code>&rdquo;&ndash;&ldquo;<code>9</code>&rdquo;,
diff --git a/udkapi/com/sun/star/uri/XUriReferenceFactory.idl b/udkapi/com/sun/star/uri/XUriReferenceFactory.idl
index 145ee66c159c..133f1f3cf23d 100644
--- a/udkapi/com/sun/star/uri/XUriReferenceFactory.idl
+++ b/udkapi/com/sun/star/uri/XUriReferenceFactory.idl
@@ -91,7 +91,7 @@ published interface XUriReferenceFactory: com::sun::star::uno::XInterface {
[in] RelativeUriExcessParentSegments excessParentSegments);
/**
- changes an absolute URI refrence to relative form.
+ changes an absolute URI reference to relative form.
@param baseUriReference
the base URI reference.