1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 08:33:14 +02:00

fixed some typos

This commit is contained in:
DukePyrolator
2012-04-01 20:50:04 +02:00
parent 12a6a27b52
commit cf3124c063
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ class HostServCore : public Module
{
if (!params.empty() || source.owner->nick != Config->HostServ)
return EVENT_CONTINUE;
source.Reply(_("%s commands:\n"), Config->HostServ.c_str());
source.Reply(_("%s commands:"), Config->HostServ.c_str());
return EVENT_CONTINUE;
}
};