diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-06-12 19:27:54 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-06-12 19:27:54 +0000 |
commit | 5910df76d6ff95b9f2f2f0fce393746b7ac02a06 (patch) | |
tree | c6695a182c67f30c578eee77f388dedc7fbf2938 /fetchmail.c | |
parent | 172f3488263f8e48d1778f7e052bdc677779ce20 (diff) | |
download | fetchmail-5910df76d6ff95b9f2f2f0fce393746b7ac02a06.tar.gz fetchmail-5910df76d6ff95b9f2f2f0fce393746b7ac02a06.tar.bz2 fetchmail-5910df76d6ff95b9f2f2f0fce393746b7ac02a06.zip |
Typo fix.
svn path=/trunk/; revision=3345
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 48c68b1f..6990b223 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -719,7 +719,7 @@ int main(int argc, char **argv) _("fetchmail: sleeping at %s\n"), timestamp()); /* - * OK, now pause util it's time for the next poll cycle. + * OK, now pause until it's time for the next poll cycle. * A nonzero return indicates we received a wakeup signal; * unwedge all servers in case the problem has been * manually repaired. |