summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/qa/storages/Test15.java2
-rw-r--r--package/source/xstor/owriteablestream.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/qa/storages/Test15.java b/package/qa/storages/Test15.java
index 3afe8dfc04bf..a5ac5d0ac75e 100644
--- a/package/qa/storages/Test15.java
+++ b/package/qa/storages/Test15.java
@@ -126,7 +126,7 @@ public class Test15 implements StorageTest {
return false;
// open a new substream hierarchically, set "MediaType" and "Compressed" properties to it, write some bytes
- // and dont commit
+ // and don't commit
if ( !m_aTestHelper.WBToSubstrOfEncrH( xTempFileStorage, aSubStream4Path, "MediaType2", true, pBytes1, true, false ) )
return false;
diff --git a/package/source/xstor/owriteablestream.cxx b/package/source/xstor/owriteablestream.cxx
index 7b106217e4e8..1b8fac8c904e 100644
--- a/package/source/xstor/owriteablestream.cxx
+++ b/package/source/xstor/owriteablestream.cxx
@@ -1826,7 +1826,7 @@ void OWriteStream::CopyToStreamInternally_Impl( const uno::Reference< io::XStrea
m_pImpl->AddLog( rException.Message );
m_pImpl->AddLog( "Quiet exception" );
- // TODO: set the stoream in invalid state or dispose
+ // TODO: set the stream in invalid state or dispose
SAL_WARN( "package.xstor", "The stream become invalid during copiing!" );
throw uno::RuntimeException();
}