summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/io/XAsyncOutputMonitor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/io/XAsyncOutputMonitor.idl')
-rw-r--r--udkapi/com/sun/star/io/XAsyncOutputMonitor.idl2
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>