diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-01-23 02:01:52 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-01-23 02:01:52 +0000 |
commit | 103d018575cf66fb72d23d9eca45df884c8fd539 (patch) | |
tree | 27964b919a826c090e0167ad307524c5f3e1671f /fetchmail.c | |
parent | 4eaeefbef89a779bb365bfd8986b33ff6ae30b15 (diff) | |
download | fetchmail-103d018575cf66fb72d23d9eca45df884c8fd539.tar.gz fetchmail-103d018575cf66fb72d23d9eca45df884c8fd539.tar.bz2 fetchmail-103d018575cf66fb72d23d9eca45df884c8fd539.zip |
Comment fix.
svn path=/trunk/; revision=809
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
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) |