diff options
author | Adam <adam@sigterm.info> | 2015-09-06 16:11:50 -0400 |
---|---|---|
committer | Adam <adam@sigterm.info> | 2015-09-06 16:11:50 -0400 |
commit | 907e192aab72872d15186f87ae7acfe0f1b71901 (patch) | |
tree | 5862fa72b280113397bab9302c5b31cc5203693f /modules/commands/cs_updown.cpp | |
parent | d6d0c883b07a917bbb2a21f1c73e2db701a05733 (diff) | |
parent | 1666b1a8d8d629fd4ea89b083863dc217154eee9 (diff) |
Merge pull request #126 from SaberUK/2.0+typos
Fix a ton of typos.
Diffstat (limited to 'modules/commands/cs_updown.cpp')
-rw-r--r-- | modules/commands/cs_updown.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/cs_updown.cpp b/modules/commands/cs_updown.cpp index 4524a9831..96cab5b5f 100644 --- a/modules/commands/cs_updown.cpp +++ b/modules/commands/cs_updown.cpp @@ -124,7 +124,7 @@ class CommandCSUp : public Command this->SendSyntax(source); source.Reply(" "); source.Reply(_("Updates a selected nicks status modes on a channel. If \037nick\037 is\n" - "ommited then your status is updated. If \037channel\037 is ommited then\n" + "omitted then your status is updated. If \037channel\037 is omitted then\n" "your channel status is updated on every channel you are in.")); return true; } @@ -221,7 +221,7 @@ class CommandCSDown : public Command this->SendSyntax(source); source.Reply(" "); source.Reply(_("Removes a selected nicks status modes on a channel. If \037nick\037 is\n" - "ommited then your status is removed. If \037channel\037 is ommited then\n" + "omitted then your status is removed. If \037channel\037 is omitted then\n" "your channel status is removed on every channel you are in.")); return true; } |