Fix typos

This commit is contained in:
Abs62 2018-03-21 22:12:25 +03:00
parent 1dc4c24966
commit 4ec525d67d
2 changed files with 5 additions and 5 deletions

View file

@ -549,7 +549,7 @@ bgl_entry Babylon::readEntry( ResourceHandler * resourceHandler )
} }
catch( Iconv::Ex & e ) catch( Iconv::Ex & e )
{ {
qWarning( "Bgl: charset convertion error, no trancription processing's done: %s\n", e.what() ); qWarning( "Bgl: charset conversion error, no trancription processing's done: %s\n", e.what() );
transcription = std::string( block.data + pos + 3, length ); transcription = std::string( block.data + pos + 3, length );
} }
} }
@ -580,7 +580,7 @@ bgl_entry Babylon::readEntry( ResourceHandler * resourceHandler )
} }
catch( Iconv::Ex & e ) catch( Iconv::Ex & e )
{ {
qWarning( "Bgl: charset convertion error, no trancription processing's done: %s\n", e.what() ); qWarning( "Bgl: charset conversion error, no trancription processing's done: %s\n", e.what() );
transcription = std::string( block.data + pos + 4, length ); transcription = std::string( block.data + pos + 4, length );
} }
} }

View file

@ -343,7 +343,7 @@ void HunspellArticleRequest::run()
} }
catch( Iconv::Ex & e ) catch( Iconv::Ex & e )
{ {
gdWarning( "Hunspell: charset convertion error, no processing's done: %s\n", e.what() ); gdWarning( "Hunspell: charset conversion error, no processing's done: %s\n", e.what() );
} }
catch( std::exception & e ) catch( std::exception & e )
{ {
@ -543,7 +543,7 @@ QVector< wstring > suggest( wstring & word, Mutex & hunspellMutex, Hunspell & hu
} }
catch( Iconv::Ex & e ) catch( Iconv::Ex & e )
{ {
gdWarning( "Hunspell: charset convertion error, no processing's done: %s\n", e.what() ); gdWarning( "Hunspell: charset conversion error, no processing's done: %s\n", e.what() );
} }
#ifdef OLD_HUNSPELL_INTERFACE #ifdef OLD_HUNSPELL_INTERFACE
@ -671,7 +671,7 @@ void HunspellPrefixMatchRequest::run()
} }
catch( Iconv::Ex & e ) catch( Iconv::Ex & e )
{ {
gdWarning( "Hunspell: charset convertion error, no processing's done: %s\n", e.what() ); gdWarning( "Hunspell: charset conversion error, no processing's done: %s\n", e.what() );
} }
finish(); finish();