]> diplodocus.org Git - nmh/blobdiff - sbr/getpass.c
Add failing test case for single-character header parsing.
[nmh] / sbr / getpass.c
index 95e9178c1c866a4c6236e7b8a63827d294a12528..865f231b9876fdab81e66e4d26ca1771c68a6327 100644 (file)
@@ -36,7 +36,7 @@
 
 /* We don't use MAX_PASS here because the maximum password length on a remote
    POP daemon will have nothing to do with the length on our OS.  256 is
-   arbitrary but hopefully big enough to accomodate everyone. */
+   arbitrary but hopefully big enough to accommodate everyone. */
 #define MAX_PASSWORD_LEN 256
 
 #ifndef TCSANOW