diff options
Diffstat (limited to 'imap/src/osdep/unix/nl_unix.c')
-rw-r--r-- | imap/src/osdep/unix/nl_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/src/osdep/unix/nl_unix.c b/imap/src/osdep/unix/nl_unix.c index 5ae96b08..7b900c6b 100644 --- a/imap/src/osdep/unix/nl_unix.c +++ b/imap/src/osdep/unix/nl_unix.c @@ -84,7 +84,7 @@ unsigned long strcrlflen (STRING *s) break; case '\012': /* line feed? */ i++; - default: /* ordinary chararacter */ + default: /* ordinary character */ break; } SETPOS (s,pos); /* restore old position */ |