diff --git a/src/plugins/irc/irc-protocol.c b/src/plugins/irc/irc-protocol.c index 1d4b657d9..4c6bfbc9d 100644 --- a/src/plugins/irc/irc-protocol.c +++ b/src/plugins/irc/irc-protocol.c @@ -8000,7 +8000,7 @@ irc_protocol_recv_command (struct t_irc_server *server, IRCB(411, generic_error), /* no recipient */ IRCB(412, generic_error), /* no text to send */ IRCB(413, generic_error), /* no toplevel */ - IRCB(414, generic_error), /* wilcard in toplevel domain */ + IRCB(414, generic_error), /* wildcard in toplevel domain */ IRCB(415, generic_error), /* cannot send message to channel */ IRCB(421, generic_error), /* unknown command */ IRCB(422, generic_error), /* MOTD is missing */