[Libreoffice-commits] core.git: extensions/source stoc/test
Andrea Gelmini
andrea.gelmini at gelma.net
Thu Jan 25 14:07:23 UTC 2018
extensions/source/scanner/sane.cxx | 2 +-
stoc/test/testregistry.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 19f8a979ff86be39a3938b3d7b25c1431191e708
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Thu Jan 25 12:25:21 2018 +0100
Fix typos
Change-Id: I31741b4f42fcc7e58d383e204f3e305b9de1a4c4
Reviewed-on: https://gerrit.libreoffice.org/48248
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/extensions/source/scanner/sane.cxx b/extensions/source/scanner/sane.cxx
index caac1ec01707..4bd94f30d83e 100644
--- a/extensions/source/scanner/sane.cxx
+++ b/extensions/source/scanner/sane.cxx
@@ -711,7 +711,7 @@ bool Sane::Start( BitmapTransporter& rBitmap )
tv.tv_sec = 5;
tv.tv_usec = 0;
if( select( fd+1, &fdset, nullptr, nullptr, &tv ) == 0 )
- fprintf( stderr, "Timout on sane_read descriptor\n" );
+ fprintf( stderr, "Timeout on sane_read descriptor\n" );
}
nLen = 0;
nStatus = p_read( maHandle, pBuffer, BYTE_BUFFER_SIZE, &nLen );
diff --git a/stoc/test/testregistry.cxx b/stoc/test/testregistry.cxx
index 95484f117522..6e74998c7980 100644
--- a/stoc/test/testregistry.cxx
+++ b/stoc/test/testregistry.cxx
@@ -636,7 +636,7 @@ void test_DefaultRegistry(
// shutdown
Reference< css::lang::XComponent > xComp( rSMgr, UNO_QUERY );
- OSL_ENSURE( xComp.is(), "### serivce manager has to implement XComponent!" );
+ OSL_ENSURE( xComp.is(), "### service manager has to implement XComponent!" );
xComp->dispose();
printf("Test DefaultRegistry, OK!\n");
More information about the Libreoffice-commits
mailing list