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 2ec77f4b3247..2373a550348f 100644
--- a/udkapi/com/sun/star/io/XAsyncOutputMonitor.idl
+++ b/udkapi/com/sun/star/io/XAsyncOutputMonitor.idl
@@ -64,7 +64,7 @@ interface XAsyncOutputMonitor {
<code>waitForCompletion</code> has very specific semantics&mdash;it just
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
+ can reliably be reported. It specifically does not guarantee that any
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>