summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/io/XObjectInputStream.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/io/XObjectInputStream.idl b/udkapi/com/sun/star/io/XObjectInputStream.idl
index db0bee2d9d51..c3f871874b2a 100644
--- a/udkapi/com/sun/star/io/XObjectInputStream.idl
+++ b/udkapi/com/sun/star/io/XObjectInputStream.idl
@@ -36,7 +36,7 @@ published interface XObjectInputStream: com::sun::star::io::XDataInputStream
{
/** reads an object from the stream. In general, it
- reads the service name, instantiaties the object and
+ reads the service name, instantiates the object and
calls read on the XPersistObject interface with itself
as argument.
*/