diff options
-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 |