From 103d018575cf66fb72d23d9eca45df884c8fd539 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 23 Jan 1997 02:01:52 +0000 Subject: Comment fix. svn path=/trunk/; revision=809 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.c') 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) -- cgit v1.2.3