summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 18:12:22 +0200
committerCaolán McNamara <caolanm@redhat.com>2015-09-30 10:41:48 +0000
commit82f0a4f9300ab3898925941ff541b3382b0175e0 (patch)
tree8e667af1abf57c07c63b55446f1955859205845b /udkapi
parent835d7774e78df95d0c59243b6c1b8ed1b51b2311 (diff)
Fix typos
Change-Id: I3926eca56ac9f54f9ddbf88610888ce97cf00b34 Reviewed-on: https://gerrit.libreoffice.org/18990 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/io/XInputStream.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/io/XInputStream.idl b/udkapi/com/sun/star/io/XInputStream.idl
index 2a8d433868b6..0b3cb9b8ea05 100644
--- a/udkapi/com/sun/star/io/XInputStream.idl
+++ b/udkapi/com/sun/star/io/XInputStream.idl
@@ -49,7 +49,7 @@ published interface XInputStream: com::sun::star::uno::XInterface
of bytes (or less as a sign of EOF).
<br>
C++ only : Note that for unbridged (e.g., in-process)
- calls, using the same sequence for repetive readBytes()-calls
+ calls, using the same sequence for repetitive readBytes()-calls
can bear a performance advantage. The callee can put the data
directly into the sequence so that no buffer reallocation is
necessary.