aboutsummaryrefslogtreecommitdiffstats
path: root/sink.c
diff options
context:
space:
mode:
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 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.