diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-02-21 03:35:35 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-02-21 03:35:35 +0000 |
commit | 37649f7173e95055050314fd5527d37579021016 (patch) | |
tree | b3d40a3f98be8eeb67ff123fb3952a49081b7a98 | |
parent | 3b6af95e8db00d6dcd719de0a65253a1e4ea53ba (diff) | |
download | fetchmail-37649f7173e95055050314fd5527d37579021016.tar.gz fetchmail-37649f7173e95055050314fd5527d37579021016.tar.bz2 fetchmail-37649f7173e95055050314fd5527d37579021016.zip |
Typo fix.
svn path=/trunk/; revision=907
-rw-r--r-- | driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]; |