diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-09-18 11:33:01 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-09-18 11:33:01 +0000 |
commit | 630da9d01f5641fb589ca1f076c4df2abb17460f (patch) | |
tree | 255c253a2e0715706601d12fb5a9b4be59f3c10d /imap.c | |
parent | dbb07f3478a29b76cb49752eeb29255c2546dba8 (diff) | |
download | fetchmail-630da9d01f5641fb589ca1f076c4df2abb17460f.tar.gz fetchmail-630da9d01f5641fb589ca1f076c4df2abb17460f.tar.bz2 fetchmail-630da9d01f5641fb589ca1f076c4df2abb17460f.zip |
Typo fix.
svn path=/trunk/; revision=3464
Diffstat (limited to 'imap.c')
-rw-r--r-- | imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -371,7 +371,7 @@ static int imap_getauth(int sock, struct query *ctl, char *greeting) else return ok; #else - if (ctl->server.authenticate == A_NTLM) + if (ctl->server.authenticate == A_OTP) { report(stderr, _("Required OTP capability not compiled into fetchmail\n")); |