summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlethality <lethality@anope.org>2013-01-22 17:32:23 +0000
committerlethality <lethality@anope.org>2013-01-22 17:32:23 +0000
commit8811545472f5f71df395ce7f61b45bd4b2286d9a (patch)
tree3807deadd08003a36a3d357fc3b3be07b8b1156b
parentcad3850f3dbe907faca310ec0585e2222c8fe87b (diff)
Fixed few minor typos
-rw-r--r--data/chanserv.example.conf4
-rw-r--r--data/nickserv.example.conf2
-rw-r--r--data/operserv.example.conf2
3 files changed, 4 insertions, 4 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf
index 276697bb0..3971e8cd2 100644
--- a/data/chanserv.example.conf
+++ b/data/chanserv.example.conf
@@ -870,7 +870,7 @@ command_group
command_group
{
name = "chanserv/admin";
- description = "Servies Operator commands"
+ description = "Services Operator commands"
}
/* Give it a help command */
@@ -1235,7 +1235,7 @@ command
service = "ChanServ"; name = "OWNER"; command = "rewrite"; group = "chanserv/status"
rewrite = true
- rewrite_souce = "OWNER $"
+ rewrite_source = "OWNER $"
rewrite_target = "MODE $1 SET +q $2"
rewrite_description = _("Gives you owner status on channel")
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf
index 136d586cb..0222aa5cf 100644
--- a/data/nickserv.example.conf
+++ b/data/nickserv.example.conf
@@ -308,7 +308,7 @@ nickserv
command_group
{
name = "nickserv/admin";
- description = "Servies Operator commands"
+ description = "Services Operator commands"
}
/* Give it a help command */
diff --git a/data/operserv.example.conf b/data/operserv.example.conf
index 9c11555c7..d0579e219 100644
--- a/data/operserv.example.conf
+++ b/data/operserv.example.conf
@@ -593,7 +593,7 @@ command { service = "OperServ"; name = "OPER"; command = "operserv/oper"; permis
/*
* os_reload
*
- * Provides the command operserv/relad.
+ * Provides the command operserv/reload.
*
* Used to reload the services.conf configuration file.
*/