From: Alexander Barton Date: Fri, 22 Feb 2013 14:15:22 +0000 (+0100) Subject: irc-login.c: conenction -> connection X-Git-Tag: rel-21-rc1~131 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=221365d8efcdc8930ad462756fa2851879f51f7e;ds=sidebyside irc-login.c: conenction -> connection Introduced by commit d3ef2239 as of Sun Jan 16 2011 ... Thanks to Patrik Schindler for reporting this! --- diff --git a/src/ngircd/irc-login.c b/src/ngircd/irc-login.c index 52c6e46e..6969fa33 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 {