diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-02-01 21:47:50 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-02-01 21:47:50 +0000 |
commit | 621035704f4e6b2cb607f0dca46312abe54b0c54 (patch) | |
tree | d621f9e5aba156ee381370c0df4cc7660a2d2e47 /sink.c | |
parent | 5ef9c343fc4b219f01498be7c88e1fdae67c35ee (diff) | |
download | fetchmail-621035704f4e6b2cb607f0dca46312abe54b0c54.tar.gz fetchmail-621035704f4e6b2cb607f0dca46312abe54b0c54.tar.bz2 fetchmail-621035704f4e6b2cb607f0dca46312abe54b0c54.zip |
Fixes by Matthias Andree.
svn path=/trunk/; revision=3571
Diffstat (limited to 'sink.c')
-rw-r--r-- | sink.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -453,7 +453,7 @@ static int handle_smtp_report(struct query *ctl, struct msgblk *msg) * * Bouncemail *might* be appropriate here as a delay * notification (note; if we ever add this, we must make - * sure the RFC1894 Action field is "delayed" rather thwn + * sure the RFC1894 Action field is "delayed" rather than * "failed"). But it's not really necessary because * these are not actual failures, we're very likely to be * able to recover on the next cycle. |