From c7d7b6bb5eb9d06e08ed7c5aed9a72bbf7f7081a Mon Sep 17 00:00:00 2001 From: TingPing Date: Wed, 28 Jan 2015 21:01:52 -0500 Subject: [PATCH] Fix comment typo --- src/common/inbound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/inbound.c b/src/common/inbound.c index 81962e91..e918c967 100644 --- a/src/common/inbound.c +++ b/src/common/inbound.c @@ -173,7 +173,7 @@ inbound_privmsg (server *serv, char *from, char *to, char *ip, char *text, gbool if (!fromme && (sess || prefs.hex_gui_autoopen_dialog)) { - /*0=ctcp 1=priv will set hex_gui_autoopen_dialog=0 here is flud detected */ + /*0=ctcp 1=priv will set hex_gui_autoopen_dialog=0 here if flood is detected */ if (!sess) { if (flood_check (from, ip, serv, current_sess, 1))