diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-06-28 07:40:55 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-06-28 07:40:55 +0000 |
commit | 128cd25d925ef48d78887fd7ef0cbe2e8c7b53ba (patch) | |
tree | 3dc3c5f338b609e8a5f0b20037c5c96674702174 /imap.c | |
parent | 453cba9d2c57bf23987abace226f279d5d24f1a1 (diff) | |
download | fetchmail-128cd25d925ef48d78887fd7ef0cbe2e8c7b53ba.tar.gz fetchmail-128cd25d925ef48d78887fd7ef0cbe2e8c7b53ba.tar.bz2 fetchmail-128cd25d925ef48d78887fd7ef0cbe2e8c7b53ba.zip |
Typo fix.
svn path=/trunk/; revision=2907
Diffstat (limited to 'imap.c')
-rw-r--r-- | imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1297,7 +1297,7 @@ static int imap_fetch_body(int sock, struct query *ctl, int number, int *lenp) * The server is InterChange, and the fool who implemented this * misfeature ought to be strung up by his thumbs. * - * When I tried working around this by disable use of the 4rev1 form, + * When I tried working around this by disabling use of the 4rev1 form, * I found that doing this breaks operation with M$ Exchange. * Annoyingly enough, Exchange's refusal to cope is technically legal * under RFC2062. Trust Microsoft, the Great Enemy of interoperability |