From f0318fdbe841cb1bfdf2e76fe2b0bfc0290fe4b9 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 19 Oct 2013 03:43:04 -0400 Subject: Fix some typos of language --- modules/commands/ns_set.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/ns_set.cpp') diff --git a/modules/commands/ns_set.cpp b/modules/commands/ns_set.cpp index 6bd6f23ee..0f4530784 100644 --- a/modules/commands/ns_set.cpp +++ b/modules/commands/ns_set.cpp @@ -798,7 +798,7 @@ class CommandNSSetLanguage : public Command } } - Log(nc == source.GetAccount() ? LOG_COMMAND : LOG_ADMIN, source, this) << "to change the langauge of " << nc->display << " to " << param; + Log(nc == source.GetAccount() ? LOG_COMMAND : LOG_ADMIN, source, this) << "to change the language of " << nc->display << " to " << param; nc->language = param; source.Reply(_("Language changed to \002English\002.")); -- cgit