commit - 2c96966431d99ce611736ed841e813c1fac6df8c
commit + 221365d8efcdc8930ad462756fa2851879f51f7e
blob - 52c6e46e6585ad5e9f4767f83b33e4a1b109c123
blob + 6969fa338c22018643c5b08aa976bb0b2257fb7c
--- src/ngircd/irc-login.c
+++ src/ngircd/irc-login.c
} 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 {