aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-02-21 03:35:35 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-02-21 03:35:35 +0000
commit37649f7173e95055050314fd5527d37579021016 (patch)
treeb3d40a3f98be8eeb67ff123fb3952a49081b7a98
parent3b6af95e8db00d6dcd719de0a65253a1e4ea53ba (diff)
downloadfetchmail-37649f7173e95055050314fd5527d37579021016.tar.gz
fetchmail-37649f7173e95055050314fd5527d37579021016.tar.bz2
fetchmail-37649f7173e95055050314fd5527d37579021016.zip
Typo fix.
svn path=/trunk/; revision=907
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 3007bd61..24f7125a 100644
--- a/driver.c
+++ b/driver.c
@@ -269,7 +269,7 @@ struct idlist **xmit_names; /* list of recipient names parsed out */
}
char *parse_received(struct query *ctl, char *bufp)
-/* try to extract */
+/* try to extract real addressee from the Received line */
{
char *ok;
static char rbuf[HOSTLEN + USERNAMELEN + 4];