diff options
author | Gavin <Gavin-X@users.noreply.github.com> | 2016-11-11 21:55:53 +0200 |
---|---|---|
committer | Adam <adam@sigterm.info> | 2016-11-11 14:55:53 -0500 |
commit | f30d99f81f6fb8abd7ca555068173bad6c99e07a (patch) | |
tree | 59076a8d382656dcd79031d1c01565ab121b4fbe | |
parent | ef5b6919e3508cc9d4c722285d9d56f5a275f650 (diff) |
Update info.cpp (#181)
Thanks
-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; } }; |