]> Pileus Git - ~andy/fetchmail/commitdiff
Comment fix.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 23 Jan 1997 02:01:52 +0000 (02:01 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 23 Jan 1997 02:01:52 +0000 (02:01 -0000)
svn path=/trunk/; revision=809

fetchmail.c

index f762a873b678e5984f7e021f248a74a46209fe50..ea973152fd4411eaec14b117427cbde3d535238d 100644 (file)
@@ -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)