aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fetchmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c
index f762a873..ea973152 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -141,7 +141,7 @@ int main (int argc, char **argv)
if ((parsestatus = parsecmdline(argc,argv,&cmd_opts)) < 0)
exit(PS_SYNTAX);
- /* this hint to stdio should halp messages come out in the right order */
+ /* this hint to stdio should help messages come out in the right order */
setvbuf(stdout, NULL, _IOLBF, POPBUFSIZE);
if (versioninfo)