From 3c1e30b77df4f34c4954bff37a08439ace7f2434 Mon Sep 17 00:00:00 2001 From: Chris Laplante Date: Wed, 14 May 2014 14:15:38 -0400 Subject: Correct common misspellings, and remove some ASCII art along the way. Change-Id: I42787db31769e8bde984c5f4f0aa90335e889b1c Reviewed-on: https://gerrit.libreoffice.org/9356 Reviewed-by: Thomas Arnhold Tested-by: LibreOffice gerrit bot --- udkapi/com/sun/star/io/ObjectOutputStream.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udkapi') diff --git a/udkapi/com/sun/star/io/ObjectOutputStream.idl b/udkapi/com/sun/star/io/ObjectOutputStream.idl index b84c8db5c12c..2a31b67e2074 100644 --- a/udkapi/com/sun/star/io/ObjectOutputStream.idl +++ b/udkapi/com/sun/star/io/ObjectOutputStream.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module io { /** is a stream which allows writing the data of persistent objects.

Implementations of this service must fulfill the specifications of the - DataOutputStream service; futhermore, the stream needs to be chained to a + DataOutputStream service; furthermore, the stream needs to be chained to a XMarkableStream. Therefore, it also provides the XMarkableStream interface, but it delegates the calls to the chained object. The written objects are held until this instance is destroyed. -- cgit