Skip to content

Commit

Permalink
fixed typo std::encl in src/gettext.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubVanek authored and sapier committed May 24, 2014
1 parent f969a91 commit 6922807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gettext.cpp
Expand Up @@ -202,7 +202,7 @@ void init_gettext(const char *path,std::string configured_language) {
}
#else
errorstream << "*******************************************************" << std::endl;
errorstream << "Can't apply locale workaround for server!" << std::encl;
errorstream << "Can't apply locale workaround for server!" << std::endl;
errorstream << "Expect language to be broken!" << std::endl;
errorstream << "*******************************************************" << std::endl;

Expand Down

0 comments on commit 6922807

Please sign in to comment.