fixed typo std::encl in src/gettext.cpp

This commit is contained in:
Jakub Vaněk 2014-05-23 15:54:58 +02:00
parent 94dba66c16
commit 3c07c1c645
1 changed files with 1 additions and 1 deletions

View File

@ -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;