X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Firc-info.c;h=d05ce24c0934e2b55075aca07af9d8c1cd5a22e5;hp=3769beff78124b2f65ac28ffbf09b1ca27dc246f;hb=15dfdaac823c5927b096b2980753a6198a6a7741;hpb=bb8d207efa56b8dbdf366d980b848b0abd072a7d diff --git a/src/ngircd/irc-info.c b/src/ngircd/irc-info.c index 3769beff..d05ce24c 100644 --- a/src/ngircd/irc-info.c +++ b/src/ngircd/irc-info.c @@ -1404,7 +1404,7 @@ IRC_Send_LUSERS(CLIENT *Client) assert(Client != NULL); - /* Users, services and serevers in the network */ + /* Users, services and servers in the network */ if (!IRC_WriteStrClient(Client, RPL_LUSERCLIENT_MSG, Client_ID(Client), Client_UserCount(), Client_ServiceCount(), Client_ServerCount()))