diff options
author | Adam <Adam@anope.org> | 2013-10-19 03:43:04 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-10-19 03:43:04 -0400 |
commit | f0318fdbe841cb1bfdf2e76fe2b0bfc0290fe4b9 (patch) | |
tree | 827f1818f739d46f0d21a667521671e1e0089d15 /modules/commands/ns_set.cpp | |
parent | 93a83da771842cd1c999962dc7d76e6ece6c9c9d (diff) |
Fix some typos of language
Diffstat (limited to 'modules/commands/ns_set.cpp')
-rw-r--r-- | modules/commands/ns_set.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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.")); |