summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extensions/source/scanner/sane.cxx2
-rw-r--r--stoc/test/testregistry.cxx2
2 files changed, 2 insertions, 2 deletions
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");