From df18ef5b8469b9db0618ff96a1f3140b4b1ea16e Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 27 Feb 2014 18:48:02 +0000 Subject: - numeric.c: fixed inconsistent use of "can't" and "cannot" git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3062 82007160-df01-0410-b94d-b575c5fd34c7 --- src/numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/numeric.c') diff --git a/src/numeric.c b/src/numeric.c index 7a0f567..e7623c1 100644 --- a/src/numeric.c +++ b/src/numeric.c @@ -517,7 +517,7 @@ static const char *const replies[] = /* 480 ERR_SSLONLYCHAN */ ":%s 480 %s %s :Cannot join channel (+S)", /* 481 ERR_NOPRIVILEGES */ ":%s 481 %s :Permission Denied - You're not an IRC operator", /* 482 ERR_CHANOPRIVSNEEDED */ ":%s 482 %s %s :You're not channel operator", -/* 483 ERR_CANTKILLSERVER */ ":%s 483 %s :You can't kill a server!", +/* 483 ERR_CANTKILLSERVER */ ":%s 483 %s :You cannot kill a server!", /* 484 ERR_RESTRICTED */ ":%s 484 %s :You are restricted", /* 485 ERR_CHANBANREASON */ ":%s 485 %s %s :Cannot join channel (%s)", /* 486 ERR_NONONREG */ ":%s 486 %s %s :You must identify to a registered nick to private message that person", -- cgit