summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/io
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-02-23 17:20:45 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-02-23 17:20:45 +0100
commit3a014901fdc4134f4fae669b66b154b1137c2352 (patch)
treeb991fc3cabb21e4048bb41d894965e94c0b98e19 /udkapi/com/sun/star/io
parente3f141323eea90259248cef4576ddb267b9c2d06 (diff)
Fix typo seperated/separated
Change-Id: I133423de994b1befe246b6c921802428a3528202
Diffstat (limited to 'udkapi/com/sun/star/io')
-rw-r--r--udkapi/com/sun/star/io/XTextInputStream.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/io/XTextInputStream.idl b/udkapi/com/sun/star/io/XTextInputStream.idl
index a84c10f7daa5..622f15256429 100644
--- a/udkapi/com/sun/star/io/XTextInputStream.idl
+++ b/udkapi/com/sun/star/io/XTextInputStream.idl
@@ -29,7 +29,7 @@ module com { module sun { module star { module io {
/** Interface to read strings from a stream.
- <p>This interfaces allows to read strings seperated by
+ <p>This interfaces allows to read strings separated by
delimiters and to read lines. The character encoding
to be used can be set by <member>setEncoding()</member>.
Default encoding is "utf8".</p>