diff options
Diffstat (limited to 'udkapi/com')
-rw-r--r-- | udkapi/com/sun/star/io/XAsyncOutputMonitor.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/uri/UriReferenceFactory.idl | 2 |
2 files changed, 2 insertions, 2 deletions
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 <code>flush</code> should give this guarantee).</p> 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; “<code>+</code>”, “<code>-</code>”, and “<code>.</code>”. A scheme <var>s</var> is transformed into a string <var>s</var>′ character-by-character, by translating - Lating capital letters to their small counterparts, translating + Latin capital letters to their small counterparts, translating “<code>+</code>” to “<code>PLUS</code>”, “<code>-</code>” to “<code>HYPHEN</code>”, “<code>.</code>” to “<code>DOT</code>”, and copying |