diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-02-22 04:41:19 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-02-22 04:41:19 +0000 |
commit | 7e660fcdc1dedfcc0196bd475bd6d8a999d3b849 (patch) | |
tree | d2eaebdf75d935be39e4c69b2f8a1d2559300356 | |
parent | 83cec868b20841b81fd0c3b59d8e98c81f5608ea (diff) | |
download | fetchmail-7e660fcdc1dedfcc0196bd475bd6d8a999d3b849.tar.gz fetchmail-7e660fcdc1dedfcc0196bd475bd6d8a999d3b849.tar.bz2 fetchmail-7e660fcdc1dedfcc0196bd475bd6d8a999d3b849.zip |
Typo fix.
svn path=/trunk/; revision=2765
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index 63f9ef5c..3d0c81b2 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1346,7 +1346,7 @@ static int load_params(int argc, char **argv, int optind) } static void terminate_poll(int sig) -/* to be executed at the nd of a poll cycle */ +/* to be executed at the end of a poll cycle */ { /* * Close all SMTP delivery sockets. For optimum performance |