summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-19 22:42:22 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-20 07:53:41 +0200
commite6b9651ee37c3e51ed5085cc47c2d7fd6564820e (patch)
tree88734cbbe10eeddf9c846bc11dfa2cf8408ce9a7 /package
parent42e64a05e3c196fe16326c62e8942b41fed79716 (diff)
Fix typo
Change-Id: Ib804fd330ffae4b0e6c33c1247265955a3be9f2e Reviewed-on: https://gerrit.libreoffice.org/74389 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'package')
-rw-r--r--package/source/xstor/owriteablestream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/xstor/owriteablestream.cxx b/package/source/xstor/owriteablestream.cxx
index 397bd6c798fa..1f0667e3bb78 100644
--- a/package/source/xstor/owriteablestream.cxx
+++ b/package/source/xstor/owriteablestream.cxx
@@ -2047,7 +2047,7 @@ void SAL_CALL OWriteStream::closeInput( )
if ( !m_bInitOnDemand && ( m_bInStreamDisconnected || !m_xInStream.is() ) )
throw io::NotConnectedException();
- // the input part of the stream stays open for internal purposes ( to allow reading during copiing )
+ // the input part of the stream stays open for internal purposes (to allow reading during copying)
// since it can not be reopened until output part is closed, it will be closed with output part.
m_bInStreamDisconnected = true;
// m_xInStream->closeInput();