1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 12:43:13 +02:00

Fixed few minor typos

This commit is contained in:
lethality
2013-01-22 17:32:23 +00:00
parent cad3850f3d
commit 8811545472
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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")
+1 -1
View File
@@ -308,7 +308,7 @@ nickserv
command_group
{
name = "nickserv/admin";
description = "Servies Operator commands"
description = "Services Operator commands"
}
/* Give it a help command */
+1 -1
View File
@@ -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.
*/