diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:25:58 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2015-07-04 10:18:19 +0000 |
commit | 462e986e0dbd533b3a15696555e08489963c9542 (patch) | |
tree | 711fc2581ec8b565fcab533350aa44e85e7604a7 /udkapi/com/sun/star/io | |
parent | 8db705fc7542f3ee45eb5d8c1c70ccf15ecc7581 (diff) |
Fix typos
Change-Id: Id9296115f30858e7fd470a199e59343a96d7deec
Reviewed-on: https://gerrit.libreoffice.org/16712
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'udkapi/com/sun/star/io')
-rw-r--r-- | udkapi/com/sun/star/io/XAsyncOutputMonitor.idl | 2 |
1 files changed, 1 insertions, 1 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> |