commit 221365d8efcdc8930ad462756fa2851879f51f7e from: Alexander Barton date: Fri Feb 22 14:15:27 2013 UTC irc-login.c: conenction -> connection Introduced by commit d3ef2239 as of Sun Jan 16 2011 ... Thanks to Patrik Schindler for reporting this! commit - 2c96966431d99ce611736ed841e813c1fac6df8c commit + 221365d8efcdc8930ad462756fa2851879f51f7e blob - 52c6e46e6585ad5e9f4767f83b33e4a1b109c123 blob + 6969fa338c22018643c5b08aa976bb0b2257fb7c --- src/ngircd/irc-login.c +++ 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 {