Skip to content

Commit

Permalink
i18n: Fix typo in log message
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Sep 1, 2015
1 parent 85cf364 commit 2971916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gettext_boost.cpp
Expand Up @@ -155,7 +155,7 @@ namespace
{
try
{
LOG_G << "attemptng to generate locale by name '" << current_language_ << "'\n";
LOG_G << "attempting to generate locale by name '" << current_language_ << "'\n";
current_locale_ = generator_.generate(current_language_);
const boost::locale::info& info = std::use_facet< boost::locale::info >(current_locale_);
LOG_G << "updated locale to '" << current_language_ << "' locale is now '" << current_locale_.name() << "' ( "
Expand Down

0 comments on commit 2971916

Please sign in to comment.