diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-01-16 08:29:04 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-01-16 08:29:04 -0700 |
commit | afbf1ef03d944a775cafbc02243f8eb8c15d096e (patch) | |
tree | 9b04017bf26a601a0a867fdd45dce94c2897827a /imap/src | |
parent | a6feb748e22af1b8cf032c08e91c2424c44ebd62 (diff) | |
download | alpine-afbf1ef03d944a775cafbc02243f8eb8c15d096e.tar.xz |
* Fix a few more misspellings in the source code of Alpine.
List contributed by Jens Schleusener.
Diffstat (limited to 'imap/src')
-rw-r--r-- | imap/src/osdep/amiga/news.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/imap/src/osdep/amiga/news.c b/imap/src/osdep/amiga/news.c index 4cf5bb70..9c9f738a 100644 --- a/imap/src/osdep/amiga/news.c +++ b/imap/src/osdep/amiga/news.c @@ -411,10 +411,10 @@ int news_select (struct direct *name) } -/* News file name comparision +/* News file name comparison * Accepts: first candidate directory entry * second candidate directory entry - * Returns: negative if d1 < d2, 0 if d1 == d2, postive if d1 > d2 + * Returns: negative if d1 < d2, 0 if d1 == d2, positive if d1 > d2 */ int news_numsort (const void *d1,const void *d2) @@ -533,7 +533,7 @@ void news_load_message (MAILSTREAM *stream,unsigned long msgno,long flags) } nlseen = T; /* note newline seen */ break; - default: /* ordinary chararacter */ + default: /* ordinary character */ i++; nlseen = NIL; break; |