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

fixed some typos

This commit is contained in:
DukePyrolator
2012-04-01 20:50:04 +02:00
parent 12a6a27b52
commit cf3124c063
8 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -61,8 +61,8 @@ class CommandCSSetSecureFounder : public Command
source.Reply(" ");
source.Reply(_("Enables or disables the \002secure founder\002 option for a channel.\n"
"When \002secure founder\002 is set, only the real founder will be\n"
"able to drop the channel, change its password, its founder and its\n"
"successor, and not those who have founder level access through\n"
"able to drop the channel, change its founder and its successor,\n"
"and not those who have founder level access through\n"
"the access/qop command."));
return true;
}