diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-09 16:15:52 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-09 16:15:52 +0000 |
commit | 06f2d3723344a4b6e7f68d1be88a530bfa9ee0bd (patch) | |
tree | b7621ad7503a2880bd42b36d6125ebcdc84aa4bb /driver.c | |
parent | 38b40361c0c7e9c7119c84c35b5f03f89050cb7e (diff) | |
download | fetchmail-06f2d3723344a4b6e7f68d1be88a530bfa9ee0bd.tar.gz fetchmail-06f2d3723344a4b6e7f68d1be88a530bfa9ee0bd.tar.bz2 fetchmail-06f2d3723344a4b6e7f68d1be88a530bfa9ee0bd.zip |
Typo fix.
svn path=/trunk/; revision=263
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -461,7 +461,7 @@ struct hostrec *queryctl; fputc('.',stderr); sizeticker -= SIZETICKER; - /* reset timeout so we don't choke on very long messsages */ + /* reset timeout so we don't choke on very long messages */ alarm(timeout); } lines++; |