]> arthur.barton.de Git - ngircd-alex.git/commitdiff
fix "beeing" typo
authorFlorian Westphal <fw@strlen.de>
Fri, 14 May 2010 17:43:08 +0000 (19:43 +0200)
committerFlorian Westphal <fw@strlen.de>
Fri, 14 May 2010 17:43:08 +0000 (19:43 +0200)
reported by Fabio Scotoni via bugzilla #101.

src/ngircd/irc-login.c
src/ngircd/irc.c

index 2de4bd584bec73e4a081d284a67c5d52332b5392..c8b44dbc1653723d0a32cddd4f63300c8e906a60 100644 (file)
@@ -356,7 +356,7 @@ IRC_NICK( CLIENT *Client, REQUEST *Req )
                 * RFC 1459: announce the new client only after receiving the
                 * USER command, first we need more information! */
                if (Req->argc < 7) {
-                       LogDebug("Client \"%s\" is beeing registered (RFC 1459) ...",
+                       LogDebug("Client \"%s\" is being registered (RFC 1459) ...",
                                 Client_Mask(c));
                        Client_SetType(c, CLIENT_GOTNICK);
                } else
index 67ad2a633a16747f49511154f205e47204263e45..b4db3b77473955f6c04c5952df444f9f2692c190 100644 (file)
@@ -70,7 +70,7 @@ IRC_ERROR( CLIENT *Client, REQUEST *Req )
  * disconnect clients. It can be used by IRC operators and servers, for example
  * to "solve" nick collisions after netsplits.
  * Please note that this function is also called internally, without a real
- * KILL command beeing received over the network! Client is Client_ThisServer()
+ * KILL command being received over the network! Client is Client_ThisServer()
  * in this case. */
 GLOBAL bool
 IRC_KILL( CLIENT *Client, REQUEST *Req )