aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c2
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)