Fix spelling

This commit is contained in:
Federico G. Schwindt 2013-08-22 10:58:36 +01:00
parent 6dc5471a75
commit a9ffbdea3f
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ IRC_METADATA(CLIENT *Client, REQUEST *Req)
Client_ID(prefix), Client_ID(target),
Req->argv[1], Req->argv[2]);
/* Mark client: it has receiveda a METADATA command */
/* Mark client: it has received a METADATA command */
if (!Client_HasFlag(target, 'M')) {
snprintf(new_flags, sizeof new_flags, "%sM",
Client_Flags(target));