Alexander Barton : irc-login.c: conenction -> connection
Module: ngircd.git Branch: master Commit: 221365d8efcdc8930ad462756fa2851879f51f7e URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=221365d8e... Author: Alexander Barton <alex@barton.de> Date: Fri Feb 22 15:15:22 2013 +0100 irc-login.c: conenction -> connection Introduced by commit d3ef2239 as of Sun Jan 16 2011 ... Thanks to Patrik Schindler <poc@pocnet.net> for reporting this! --- src/ngircd/irc-login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ngircd/irc-login.c b/src/ngircd/irc-login.c index 52c6e46..6969fa3 100644 --- a/src/ngircd/irc-login.c +++ b/src/ngircd/irc-login.c @@ -146,7 +146,7 @@ IRC_PASS( CLIENT *Client, REQUEST *Req ) } else flags = ""; Log(LOG_INFO, - "Peer on conenction %d announces itself as %s-%s using protocol %d.%d/IRC+ (flags: \"%s\").", + "Peer on connection %d announces itself as %s-%s using protocol %d.%d/IRC+ (flags: \"%s\").", Client_Conn(Client), impl, serverver, protohigh, protolow, flags); } else {
Teilnehmer (1)
-
alex@arthur.barton.de