Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Abs62 committed Mar 21, 2018
1 parent 1dc4c24 commit 4ec525d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bgl_babylon.cc
Expand Up @@ -549,7 +549,7 @@ bgl_entry Babylon::readEntry( ResourceHandler * resourceHandler )
}
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 );
}
}
Expand Down Expand Up @@ -580,7 +580,7 @@ bgl_entry Babylon::readEntry( ResourceHandler * resourceHandler )
}
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 );
}
}
Expand Down
6 changes: 3 additions & 3 deletions hunspell.cc
Expand Up @@ -343,7 +343,7 @@ void HunspellArticleRequest::run()
}
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 )
{
Expand Down Expand Up @@ -543,7 +543,7 @@ QVector< wstring > suggest( wstring & word, Mutex & hunspellMutex, Hunspell & hu
}
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
Expand Down Expand Up @@ -671,7 +671,7 @@ void HunspellPrefixMatchRequest::run()
}
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();
Expand Down

0 comments on commit 4ec525d

Please sign in to comment.