From 3c07c1c6451c446913a5e563326b609654779fb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Van=C4=9Bk?= Date: Fri, 23 May 2014 15:54:58 +0200 Subject: [PATCH] fixed typo std::encl in src/gettext.cpp --- src/gettext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;