From 462e986e0dbd533b3a15696555e08489963c9542 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Jul 2015 18:25:58 +0200 Subject: Fix typos Change-Id: Id9296115f30858e7fd470a199e59343a96d7deec Reviewed-on: https://gerrit.libreoffice.org/16712 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- udkapi/com/sun/star/io/XAsyncOutputMonitor.idl | 2 +- udkapi/com/sun/star/uri/UriReferenceFactory.idl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'udkapi/com') diff --git a/udkapi/com/sun/star/io/XAsyncOutputMonitor.idl b/udkapi/com/sun/star/io/XAsyncOutputMonitor.idl index f30bc4979c29..2ec77f4b3247 100644 --- a/udkapi/com/sun/star/io/XAsyncOutputMonitor.idl +++ b/udkapi/com/sun/star/io/XAsyncOutputMonitor.idl @@ -65,7 +65,7 @@ interface XAsyncOutputMonitor { blocks long enough so that any errors encountered during previous calls to com::sun::star::io::XOutputStream::writeBytes() can reliably be reported. It specificially does not guarantee that any - data have savely been stored on a stable physical medium, like a hard + data have safely been stored on a stable physical medium, like a hard disk (and it is completely unspecified whether flush should give this guarantee).

diff --git a/udkapi/com/sun/star/uri/UriReferenceFactory.idl b/udkapi/com/sun/star/uri/UriReferenceFactory.idl index d6b39842b5bf..cddc9cf383a2 100644 --- a/udkapi/com/sun/star/uri/UriReferenceFactory.idl +++ b/udkapi/com/sun/star/uri/UriReferenceFactory.idl @@ -47,7 +47,7 @@ published interface XUriReferenceFactory; “+”, “-”, and “.”. A scheme s is transformed into a string s′ character-by-character, by translating - Lating capital letters to their small counterparts, translating + Latin capital letters to their small counterparts, translating “+” to “PLUS”, “-” to “HYPHEN”, “.” to “DOT”, and copying -- cgit