summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gettext.cpp2
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;