diff options
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index 111a52d2..76df73d0 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -897,7 +897,7 @@ void dump_params (struct query *ctl) if (ctl->server.monitor) printf(" Polling loop will monitor %s.\n", ctl->server.monitor); else if (outlevel == O_VERBOSE) - printf(" No monitor interrface specified.\n"); + printf(" No monitor interface specified.\n"); #endif if (ctl->server.protocol > P_POP2) |