diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-11-04 06:03:26 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-11-04 06:03:26 +0000 |
commit | 4b157775734d3e2990927bf53491cb3956ce3eb3 (patch) | |
tree | a49226f7a66b75327273e850b899821a8c3fc62a /fetchmail.c | |
parent | fd84b71d13951d2e72dc165f9f8736097e3ba4c2 (diff) | |
download | fetchmail-4b157775734d3e2990927bf53491cb3956ce3eb3.tar.gz fetchmail-4b157775734d3e2990927bf53491cb3956ce3eb3.tar.bz2 fetchmail-4b157775734d3e2990927bf53491cb3956ce3eb3.zip |
Typo fix.
svn path=/trunk/; revision=473
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 5bbe37f8..14c2cfd7 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -673,7 +673,7 @@ struct query *ctl; /* query parameter block */ if (ctl->timeout == CLIENT_TIMEOUT) printf(" (default).\n"); else - printf("\n."); + printf(".\n"); printf(" %s messages will be retrieved (--all %s).\n", ctl->fetchall ? "All" : "Only new", |