summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/io
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-27 00:39:11 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-27 08:37:12 +0200
commit75c457a716ac12ccfdea35dc0f76e71ffaaae44b (patch)
tree9f400317571bec9d2b7bd8f0ab79233c68e7d834 /udkapi/com/sun/star/io
parent5f5bfddf5fe8bbcd77dbb040d0bf77d595c90f30 (diff)
Fix typos
Change-Id: Ib772108100b5180c7b42a9a5d164fa03321b6d5a Reviewed-on: https://gerrit.libreoffice.org/76463 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'udkapi/com/sun/star/io')
-rw-r--r--udkapi/com/sun/star/io/SequenceOutputStream.idl2
-rw-r--r--udkapi/com/sun/star/io/XInputStream.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/io/SequenceOutputStream.idl b/udkapi/com/sun/star/io/SequenceOutputStream.idl
index 4e9dcf821d7e..64ac49a158c1 100644
--- a/udkapi/com/sun/star/io/SequenceOutputStream.idl
+++ b/udkapi/com/sun/star/io/SequenceOutputStream.idl
@@ -25,7 +25,7 @@
module com { module sun { module star { module io {
-/** This service allows to wrap a sequence of bytes with a output stream object.
+/** This service allows to wrap a sequence of bytes with an output stream object.
*/
service SequenceOutputStream : XSequenceOutputStream;
diff --git a/udkapi/com/sun/star/io/XInputStream.idl b/udkapi/com/sun/star/io/XInputStream.idl
index 11d40319937d..c4fa25eb8c22 100644
--- a/udkapi/com/sun/star/io/XInputStream.idl
+++ b/udkapi/com/sun/star/io/XInputStream.idl
@@ -58,7 +58,7 @@ 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
+ <li> the same sequence is reused (simply preallocating a new
sequence for every call bears no advantage).
<li> the call is not bridged (e.g., between different compilers
or different processes).