Skip to content
Snippets Groups Projects
Commit 6922807f authored by Jakub Vaněk's avatar Jakub Vaněk Committed by sapier
Browse files

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

parent f969a91c
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment