]> arthur.barton.de Git - ngircd-alex.git/commitdiff
irc-login.c: conenction -> connection
authorAlexander Barton <alex@barton.de>
Fri, 22 Feb 2013 14:15:22 +0000 (15:15 +0100)
committerAlexander Barton <alex@barton.de>
Fri, 22 Feb 2013 14:15:27 +0000 (15:15 +0100)
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

index 52c6e46e6585ad5e9f4767f83b33e4a1b109c123..6969fa338c22018643c5b08aa976bb0b2257fb7c 100644 (file)
@@ -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 {