diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-11 10:28:28 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-11 10:28:28 +0100 |
commit | ca205ccb8c4771c5ff13dddf6770f98714c1f22a (patch) | |
tree | b8df3d5778d4b163fb8120eea4aaaf0c5a89d40f /src/plugins/relay | |
parent | f1580f5276ecef80f49ea12f58c3cc657acfd8ad (diff) | |
download | weechat-ca205ccb8c4771c5ff13dddf6770f98714c1f22a.zip |
relay: fix typo in comment
Diffstat (limited to 'src/plugins/relay')
-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) |