aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-06-24 23:30:23 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-06-24 23:30:23 +0000
commit5254c147f23e954d22fcdee91b23409c2e246185 (patch)
tree81888c1ebfd8c30f37f2ddacca1a0ccce2e0fe50
parent3267c1f3d517be0410c1315031344749e5f051c7 (diff)
downloadfetchmail-5254c147f23e954d22fcdee91b23409c2e246185.tar.gz
fetchmail-5254c147f23e954d22fcdee91b23409c2e246185.tar.bz2
fetchmail-5254c147f23e954d22fcdee91b23409c2e246185.zip
Comment fix.
svn path=/trunk/; revision=3378
-rw-r--r--sink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sink.c b/sink.c
index b8712ccf..28240a5f 100644
--- a/sink.c
+++ b/sink.c
@@ -71,7 +71,7 @@ int smtp_open(struct query *ctl)
* HELO name fails (RFC1123 section 5.2.5, paragraph 2).
*
* How we compute the true mailhost name to pass to the
- * listener doesn't affect behavior on RFC1123- violating
+ * listener doesn't affect behavior on RFC1123-violating
* listeners that check for name match; we're going to lose
* on those anyway because we can never give them a name
* that matches the local machine fetchmail is running on.