aboutsummaryrefslogtreecommitdiffstats
path: root/sink.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-02-01 21:47:50 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-02-01 21:47:50 +0000
commit621035704f4e6b2cb607f0dca46312abe54b0c54 (patch)
treed621f9e5aba156ee381370c0df4cc7660a2d2e47 /sink.c
parent5ef9c343fc4b219f01498be7c88e1fdae67c35ee (diff)
downloadfetchmail-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sink.c b/sink.c
index 8b7484c4..cbed595e 100644
--- a/sink.c
+++ b/sink.c
@@ -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.