diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-21 11:09:44 +0200 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-07-22 02:03:13 +0200 |
commit | b86ef3b7fa3713031858f7d39c084445a5976a83 (patch) | |
tree | 606bb783e015f7ab5881048af0305ed28664694a /extensions | |
parent | ccc7d6de630ad7d59dbde65c44f81ad749cb556b (diff) |
Fix typos
Change-Id: I326827c394347cbe9fad242e9da5702cba7a4d95
Reviewed-on: https://gerrit.libreoffice.org/57761
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/scanner/sane.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/scanner/sane.cxx b/extensions/source/scanner/sane.cxx index 614aaccf8145..fb02a8417252 100644 --- a/extensions/source/scanner/sane.cxx +++ b/extensions/source/scanner/sane.cxx @@ -272,7 +272,7 @@ void Sane::ReloadOptions() mnOptions = pOptions[ 0 ]; if( static_cast<size_t>(pZero->size) > sizeof( SANE_Word ) ) - fprintf( stderr, "driver returned numer of options with larger size tha SANE_Word !!!\n" ); + fprintf( stderr, "driver returned number of options with larger size than SANE_Word!!!\n" ); mppOptions.reset(new const SANE_Option_Descriptor*[ mnOptions ]); mppOptions[ 0 ] = pZero; for( int i = 1; i < mnOptions; i++ ) |