diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2003-10-10 19:10:58 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2003-10-10 19:10:58 +0000 |
commit | 141b7f9345da22316e774775bd4ca46814664679 (patch) | |
tree | 4eef4a5fc49ab6ca9dfa65d0c72548f63fc68451 /transact.c | |
parent | b569e471c80b6856b651b59965bed8db260a95de (diff) | |
download | fetchmail-141b7f9345da22316e774775bd4ca46814664679.tar.gz fetchmail-141b7f9345da22316e774775bd4ca46814664679.tar.bz2 fetchmail-141b7f9345da22316e774775bd4ca46814664679.zip |
Typo fix.
svn path=/trunk/; revision=3848
Diffstat (limited to 'transact.c')
-rw-r--r-- | transact.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -444,7 +444,7 @@ int readheaders(int sock, /* * Smash out any NULs, they could wreak havoc later on. * Some network stacks seem to generate these at random, - * especially (according to reports) at the beginning of the + * espcially (according to reports) at the beginning of the * first read. NULs are illegal in RFC822 format. */ for (sp = tp = buf; sp < buf + n; sp++) |