diff options
author | Jakub Vaněk <vanek.jakub4@seznam.cz> | 2014-05-23 15:54:58 +0200 |
---|---|---|
committer | sapier <Sapier at GMX dot net> | 2014-05-24 11:20:21 +0200 |
commit | 6922807fd526b9f4e9f75426e3278ee7239c1751 (patch) | |
tree | f3d7cb20b54fcb34596f6341de1e80b9ad668925 | |
parent | f969a91c0a7d6527721f985d657908a20e97c32d (diff) | |
download | minetest-6922807fd526b9f4e9f75426e3278ee7239c1751.tar.gz minetest-6922807fd526b9f4e9f75426e3278ee7239c1751.tar.bz2 minetest-6922807fd526b9f4e9f75426e3278ee7239c1751.zip |
fixed typo std::encl in src/gettext.cpp
-rw-r--r-- | src/gettext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gettext.cpp b/src/gettext.cpp index 62cc138ae..0c0e520ca 100644 --- a/src/gettext.cpp +++ b/src/gettext.cpp @@ -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; |