1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-01-19 03:52:52 +00:00

Fix spelling

This commit is contained in:
Federico G. Schwindt 2013-08-22 10:58:36 +01:00
parent 6dc5471a75
commit a9ffbdea3f

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));