summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/commands/hs_del.cpp2
-rw-r--r--modules/commands/hs_list.cpp2
-rw-r--r--modules/commands/hs_request.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/commands/hs_del.cpp b/modules/commands/hs_del.cpp
index 76951de46..c27dc89d0 100644
--- a/modules/commands/hs_del.cpp
+++ b/modules/commands/hs_del.cpp
@@ -56,7 +56,7 @@ class CommandHSDelAll : public Command
public:
CommandHSDelAll(Module *creator) : Command(creator, "hostserv/delall", 1, 1)
{
- this->SetDesc(_("Delete the vhost for all nicks in a group"));
+ this->SetDesc(_("Deletes the vhost for all nicks in a group"));
this->SetSyntax(_("\037nick\037"));
}
diff --git a/modules/commands/hs_list.cpp b/modules/commands/hs_list.cpp
index e372860e2..dfeb23bd2 100644
--- a/modules/commands/hs_list.cpp
+++ b/modules/commands/hs_list.cpp
@@ -134,7 +134,7 @@ class CommandHSList : public Command
this->SendSyntax(source);
source.Reply(" ");
source.Reply(_("This command lists registered vhosts to the operator\n"
- "if a \037key\037 is specified, only entries whos nick or vhost match\n"
+ "If a \037key\037 is specified, only entries whose nick or vhost match\n"
"the pattern given in \037key\037 are displayed e.g. Rob* for all\n"
"entries beginning with \"Rob\"\n"
"If a \037#X-Y\037 style is used, only entries between the range of \002X\002\n"
diff --git a/modules/commands/hs_request.cpp b/modules/commands/hs_request.cpp
index cd1a85c0a..498b51afb 100644
--- a/modules/commands/hs_request.cpp
+++ b/modules/commands/hs_request.cpp
@@ -171,7 +171,7 @@ class CommandHSRequest : public Command
{
this->SendSyntax(source);
source.Reply(" ");
- source.Reply(_("Request the given vHost to be actived for your nick by the\n"
+ source.Reply(_("Request the given vHost to be activated for your nick by the\n"
"network administrators. Please be patient while your request\n"
"is being considered."));
return true;