diff options
-rw-r--r-- | src/plugins/relay/irc/relay-irc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/relay/irc/relay-irc.c b/src/plugins/relay/irc/relay-irc.c index 9ddc35942..53d40103f 100644 --- a/src/plugins/relay/irc/relay-irc.c +++ b/src/plugins/relay/irc/relay-irc.c @@ -1670,7 +1670,7 @@ relay_irc_recv_one_msg (struct t_relay_client *client, char *data) weechat_hashtable_set (hash_redirect, "pattern", "userhost"); } /* - * if redirection has been enabled, send the hsignel for + * if redirection has been enabled, send the hsignal for * redirection of IRC message */ if (redirect_msg) |