From: michael Date: Fri, 13 Mar 2015 19:14:54 +0000 (+0000) Subject: - irc.c:irc_read(): fixed typo in comment X-Git-Tag: 1.0.4~19 X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=57b7450aa79dc3932bd05ac86edfa097577d7aad;p=hopm.git - 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 --- 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