diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:46:50 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:40 +0200 |
commit | 75f5d9d21401d16698eac2c5d092ae83970c0a99 (patch) | |
tree | 5f624f5f7da8dd18b3cbae3de060f309d396b9d8 /udkapi/com/sun/star/io | |
parent | 574ad3aa020fd872209c67a6a549ed70e5257d0f (diff) |
typo: postion -> position
Diffstat (limited to 'udkapi/com/sun/star/io')
-rw-r--r-- | udkapi/com/sun/star/io/XMarkableStream.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/io/XMarkableStream.idl b/udkapi/com/sun/star/io/XMarkableStream.idl index 130e1c47c977..f8733b1deaea 100644 --- a/udkapi/com/sun/star/io/XMarkableStream.idl +++ b/udkapi/com/sun/star/io/XMarkableStream.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module io { */ published interface XMarkableStream: com::sun::star::uno::XInterface { - /** creates a mark of the current postion and returns an identifier to it. + /** creates a mark of the current position and returns an identifier to it. */ long createMark() raises( com::sun::star::io::IOException ); |