From 9f6cb675b0b6e3946c191b919cd11d977e2e4e2e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 29 Sep 2015 17:56:02 +0200 Subject: Fix typos Change-Id: I013414cf10e25acd5216643855aaa230258a1b5f Reviewed-on: https://gerrit.libreoffice.org/18962 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- package/qa/storages/Test15.java | 2 +- package/source/xstor/owriteablestream.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'package') 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(); } -- cgit v1.2.3