diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-11-06 21:54:56 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-11-06 21:54:56 +0000 |
commit | 431cf78b1014aa431418571fd83484db942afa3c (patch) | |
tree | 4ecd322e830228d9611a3dd0483e34e910afc388 /fetchmail.c | |
parent | 9b51044daa1446c9202cab602abaf23785ae0919 (diff) | |
download | fetchmail-431cf78b1014aa431418571fd83484db942afa3c.tar.gz fetchmail-431cf78b1014aa431418571fd83484db942afa3c.tar.bz2 fetchmail-431cf78b1014aa431418571fd83484db942afa3c.zip |
Ready to ship.
svn path=/trunk/; revision=498
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index 6c5a4045..9140cff5 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -723,7 +723,7 @@ struct query *ctl; /* query parameter block */ for (idp = ctl->localnames; idp; idp = idp->next) ++count; - printf(" %d local names recognized.\n", count); + printf(" %d local name(s) recognized.\n", count); if (outlevel == O_VERBOSE) for (idp = ctl->localnames; idp; idp = idp->next) if (idp->val.id2) |