1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 16:43:13 +02:00

Fix a ton of typos.

This commit is contained in:
Peter Powell
2015-07-08 10:55:44 +01:00
parent 4362f53cc3
commit 1666b1a8d8
48 changed files with 79 additions and 79 deletions
+2 -2
View File
@@ -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;
}