]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/client.c
Spelling fix: "nick name" -> "nickname"
[ngircd-alex.git] / src / ngircd / client.c
index 4728c7a4672ac802d944dc599d23031f75e50d60..92262b5d8b00c0ae3248c3010032ee8ff13ac0e1 100644 (file)
@@ -875,7 +875,7 @@ Client_Away( CLIENT *Client )
  * the appropriate error messages.
  *
  * @param      Client Client that wants to change the nickname.
- * @param      Nick New nick name.
+ * @param      Nick New nickname.
  * @returns    true if nickname is valid, false otherwise.
  */
 GLOBAL bool
@@ -897,7 +897,7 @@ Client_CheckNick(CLIENT *Client, char *Nick)
 
        if (Client_Type(Client) != CLIENT_SERVER
            && Client_Type(Client) != CLIENT_SERVICE) {
-               /* Make sure that this isn't a restricted/forbidden nick name */
+               /* Make sure that this isn't a restricted/forbidden nickname */
                if (Conf_NickIsBlocked(Nick)) {
                        IRC_WriteStrClient(Client, ERR_FORBIDDENNICKNAME_MSG,
                                           Client_ID(Client), Nick);