From e8b5510a697f25f72a2171b307fb8ae5f21121ec Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 18 Oct 2017 16:21:52 +0200 Subject: Fix typos Change-Id: I101357736813bfd47fb15d347fd2c0a33133de56 Reviewed-on: https://gerrit.libreoffice.org/43506 Reviewed-by: Julien Nabet Tested-by: Jenkins --- udkapi/com/sun/star/io/XObjectInputStream.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udkapi/com') 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. */ -- cgit