From 7fb77aabfa4a61a8bdc374cfaa9f9837dc91d2a8 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:53:23 -0400 Subject: [PATCH] spelling: wildcard Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/plugins/irc/irc-protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */