From 57b7450aa79dc3932bd05ac86edfa097577d7aad Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 13 Mar 2015 19:14:54 +0000 Subject: [PATCH] - irc.c:irc_read(): fixed typo in comment git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5676 82007160-df01-0410-b94d-b575c5fd34c7 --- src/irc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/irc.c b/src/irc.c index 0a509c8..9f82949 100644 --- a/src/irc.c +++ b/src/irc.c @@ -377,7 +377,7 @@ irc_reconnect(void) /* irc_read * - * irc_read is called my irc_cycle when new data is ready to be + * irc_read is called by irc_cycle when new data is ready to be * read from the irc server. * * Parameters: NONE -- 2.30.2