summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin <Gavin-X@users.noreply.github.com>2016-11-11 21:55:53 +0200
committerAdam <adam@sigterm.info>2016-11-11 14:55:53 -0500
commitf30d99f81f6fb8abd7ca555068173bad6c99e07a (patch)
tree59076a8d382656dcd79031d1c01565ab121b4fbe
parentef5b6919e3508cc9d4c722285d9d56f5a275f650 (diff)
Update info.cpp (#181)
Thanks
-rw-r--r--modules/operserv/info.cpp2
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;
}
};