diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-07-20 15:41:27 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-07-20 15:41:27 +0000 |
commit | b66e31da454fc660bbec795ef62935bfb4af7b75 (patch) | |
tree | 5c22c8c0698ff536f5f98b11741c29e7f5d4ca0d | |
parent | ee010addb5d1d249a303699994ce2fd22983c7b1 (diff) | |
download | fetchmail-b66e31da454fc660bbec795ef62935bfb4af7b75.tar.gz fetchmail-b66e31da454fc660bbec795ef62935bfb4af7b75.tar.bz2 fetchmail-b66e31da454fc660bbec795ef62935bfb4af7b75.zip |
Comment fix.
svn path=/trunk/; revision=1994
-rw-r--r-- | driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -350,7 +350,7 @@ static int smtp_open(struct query *ctl) * * How we compute the true mailhost name to pass to the * listener doesn't affect behavior on RFC1123- violating - * listener that check for name match; we're going to lose + * 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. * What it will affect is the listener's logging. |