]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/login.c
Spelling fixes, mostly in file comments
[ngircd-alex.git] / src / ngircd / login.c
index ba9378f824e333b1576bb7837094acf221d6b26e..38b9a3532d3dda01baeb3671d95e02377b22b1f8 100644 (file)
@@ -248,7 +248,7 @@ cb_Read_Auth_Result(int r_fd, UNUSED short events)
 
        if (result == true) {
                /* Authentication succeeded, now set the correct user name
-                * supplied by the client (without prepended '~' for exmaple),
+                * supplied by the client (without prepended '~' for example),
                 * but cut it at the first '@' character: */
                strlcpy(user, Client_OrigUser(client), sizeof(user));
                ptr = strchr(user, '@');