From 75f5d9d21401d16698eac2c5d092ae83970c0a99 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 10 Apr 2014 10:46:50 +0200 Subject: typo: postion -> position --- udkapi/com/sun/star/io/XMarkableStream.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udkapi') 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 ); -- cgit