aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-02-11 07:16:25 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-02-11 07:16:25 +0000
commitef10b246a5f5f0166026c62dbd790e24fa1948a8 (patch)
tree2aa7ba649dbd7193ce9fe8fe19749d02a983250c /fetchmail.c
parente36c1a81e06e59855817f79d9b430763acc4d87a (diff)
downloadfetchmail-ef10b246a5f5f0166026c62dbd790e24fa1948a8.tar.gz
fetchmail-ef10b246a5f5f0166026c62dbd790e24fa1948a8.tar.bz2
fetchmail-ef10b246a5f5f0166026c62dbd790e24fa1948a8.zip
Typo fix.
svn path=/trunk/; revision=862
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c2
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)