From cf3124c06399ed1eba8a33b017893d9bda28494c Mon Sep 17 00:00:00 2001 From: DukePyrolator Date: Sun, 1 Apr 2012 20:50:04 +0200 Subject: fixed some typos --- modules/commands/hs_set.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/hs_set.cpp') diff --git a/modules/commands/hs_set.cpp b/modules/commands/hs_set.cpp index 72ec9f07c..5e73fd800 100644 --- a/modules/commands/hs_set.cpp +++ b/modules/commands/hs_set.cpp @@ -120,7 +120,7 @@ class CommandHSSetAll : public Command CommandHSSetAll(Module *creator) : Command(creator, "hostserv/setall", 2, 2) { this->SetDesc(_("Set the vhost for all nicks in a group")); - this->SetSyntax(_("\037nick\037 \037hostmask>\037")); + this->SetSyntax(_("\037nick\037 \037hostmask\037")); } void Execute(CommandSource &source, const std::vector ¶ms) anope_override -- cgit