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.gelm...@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 <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@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");
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to