fixed typo std::encl in src/gettext.cpp
authorJakub Vaněk <vanek.jakub4@seznam.cz>
Fri, 23 May 2014 13:54:58 +0000 (15:54 +0200)
committersapier <Sapier at GMX dot net>
Sat, 24 May 2014 09:20:21 +0000 (11:20 +0200)
src/gettext.cpp

index 62cc138aee58a12ca5014adee8bff304f737605a..0c0e520ca169e4322834edc5cfb647e0f92e6959 100644 (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;