]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/lists.c
Spelling fix: "nick name" -> "nickname"
[ngircd-alex.git] / src / ngircd / lists.c
index 5c6c52c4c9b2c9f15a4bdddcd05bef422125b929..6faf311a74f767207c0f2c622cde44e72a924280 100644 (file)
@@ -283,7 +283,7 @@ Lists_MakeMask(const char *Pattern)
                excl = NULL;
 
        if (!at && !excl) {
-               /* Neither "!" nor "@" found: use string as nick name */
+               /* Neither "!" nor "@" found: use string as nickname */
                strlcpy(TheMask, Pattern, sizeof(TheMask) - 5);
                strlcat(TheMask, "!*@*", sizeof(TheMask));
                return TheMask;