]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/irc-login.c
Add new _IRC_ARGC_BETWEEN_OR_RETURN_ macro to irc-macros.h
[ngircd-alex.git] / 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 {