[Libreoffice-commits] core.git: package/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Jun 20 05:54:54 UTC 2019


 package/source/xstor/owriteablestream.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e6b9651ee37c3e51ed5085cc47c2d7fd6564820e
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Jun 19 22:42:22 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Jun 20 07:53:41 2019 +0200

    Fix typo
    
    Change-Id: Ib804fd330ffae4b0e6c33c1247265955a3be9f2e
    Reviewed-on: https://gerrit.libreoffice.org/74389
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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();


More information about the Libreoffice-commits mailing list