summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 09:42:30 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-02 12:45:15 +0000
commit446568bfad252daf1861ea7e0c53fe4c72a31a53 (patch)
treedbbabaf897d0d761ddf867601e906092eba7e251 /udkapi
parent65434e8701ab71c8bff8b0ac722d41b0592483dc (diff)
Fix typos
Change-Id: I139e6948e92a7bcdce5a2197b9d3754cb9549a33 Reviewed-on: https://gerrit.libreoffice.org/34781 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/bridge/XBridgeSupplier2.idl2
-rw-r--r--udkapi/com/sun/star/io/XInputStream.idl8
-rw-r--r--udkapi/com/sun/star/modules.idl2
-rw-r--r--udkapi/com/sun/star/script/XDefaultProperty.idl2
-rw-r--r--udkapi/com/sun/star/task/XInteractionAbort.idl2
-rw-r--r--udkapi/com/sun/star/task/XInteractionRetry.idl2
6 files changed, 9 insertions, 9 deletions
diff --git a/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl b/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl
index d393083d180d..01930ca321d4 100644
--- a/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl
+++ b/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl
@@ -43,7 +43,7 @@
bridging code involved when those types are being used.
</p>
- <p>Sometimes a bridge cannot be created, depending on whether a programm uses
+ <p>Sometimes a bridge cannot be created, depending on whether a program uses
the XBridgeSupplier2 interface remotely. Assuming one wants to bridge an
OLE Automation object to UNO by calling createBridge on a proxy, then the UNO remote
bridge would not recognise that the Any argument contains an IDispatch interface.
diff --git a/udkapi/com/sun/star/io/XInputStream.idl b/udkapi/com/sun/star/io/XInputStream.idl
index 0b3cb9b8ea05..11d40319937d 100644
--- a/udkapi/com/sun/star/io/XInputStream.idl
+++ b/udkapi/com/sun/star/io/XInputStream.idl
@@ -58,10 +58,10 @@ published interface XInputStream: com::sun::star::uno::XInterface
<li> neither caller nor callee keep a second reference to the same
sequence.
<li> the sequence is pre-allocated with the requested number of bytes.
- <li> the same sequence is reused ( simply preallocationg a new
- sequence for every call bears no advantage ).
- <li> the call is not bridged (e.g., betweeen different compilers
- or different processes ).
+ <li> the same sequence is reused (simply preallocationg a new
+ sequence for every call bears no advantage).
+ <li> the call is not bridged (e.g., between different compilers
+ or different processes).
</ol>
<br>
If the same 'optimized' code runs against an interface in a different process,
diff --git a/udkapi/com/sun/star/modules.idl b/udkapi/com/sun/star/modules.idl
index ad20cdf657fd..b577c9bbd584 100644
--- a/udkapi/com/sun/star/modules.idl
+++ b/udkapi/com/sun/star/modules.idl
@@ -67,7 +67,7 @@ module registry {};
/// Scripting language bindings.
module script {};
-/// Interface for authorisation and authentification.
+/// Interface for authorisation and authentication.
module security {};
/// Basic UNO interfaces.
diff --git a/udkapi/com/sun/star/script/XDefaultProperty.idl b/udkapi/com/sun/star/script/XDefaultProperty.idl
index beb98210fe85..45d39cb4e4f8 100644
--- a/udkapi/com/sun/star/script/XDefaultProperty.idl
+++ b/udkapi/com/sun/star/script/XDefaultProperty.idl
@@ -25,7 +25,7 @@
module com { module sun { module star { module script {
/**
An object supporting this interface indicates to interested
- parties or clients the name of the default propery for
+ parties or clients the name of the default property for
this object.
<p>For example where ExampleObject is an instance of an Object that
supports this interface which returns the default property name
diff --git a/udkapi/com/sun/star/task/XInteractionAbort.idl b/udkapi/com/sun/star/task/XInteractionAbort.idl
index 85a1047432c5..0124933ccacd 100644
--- a/udkapi/com/sun/star/task/XInteractionAbort.idl
+++ b/udkapi/com/sun/star/task/XInteractionAbort.idl
@@ -25,7 +25,7 @@
module com { module sun { module star { module task {
-/** An interaction continuation specifing to abort executing the process that
+/** An interaction continuation specifying to abort executing the process that
issued the request.
*/
published interface XInteractionAbort: com::sun::star::task::XInteractionContinuation
diff --git a/udkapi/com/sun/star/task/XInteractionRetry.idl b/udkapi/com/sun/star/task/XInteractionRetry.idl
index ddef7526eea2..3f31bb97d324 100644
--- a/udkapi/com/sun/star/task/XInteractionRetry.idl
+++ b/udkapi/com/sun/star/task/XInteractionRetry.idl
@@ -25,7 +25,7 @@
module com { module sun { module star { module task {
-/** An interaction continuation specifing to try to re-execute the process
+/** An interaction continuation specifying to try to re-execute the process
that issued the request.
*/
published interface XInteractionRetry: com::sun::star::task::XInteractionContinuation