diff options
-rw-r--r-- | modules/operserv/info.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/operserv/info.cpp b/modules/operserv/info.cpp index ab97b9b14..30c0b06ad 100644 --- a/modules/operserv/info.cpp +++ b/modules/operserv/info.cpp @@ -236,7 +236,7 @@ class CommandOSInfo : public Command bool OnHelp(CommandSource &source, const Anope::string &subcommand) override { - source.Reply(_("Add or delete oper information for a given accpint or channel. This informaition will show to opers in the respective info command for the account or channel.")); + source.Reply(_("Add or delete oper information for a given account or channel. This information will show to opers in the respective info command for the account or channel.")); return true; } }; |