diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2003-10-10 19:13:37 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2003-10-10 19:13:37 +0000 |
commit | fd3532c34eca65c94054956c7278ad2bf5344184 (patch) | |
tree | e0e708912d99a9094a0ef52f48824d77025897d8 | |
parent | 141b7f9345da22316e774775bd4ca46814664679 (diff) | |
download | fetchmail-fd3532c34eca65c94054956c7278ad2bf5344184.tar.gz fetchmail-fd3532c34eca65c94054956c7278ad2bf5344184.tar.bz2 fetchmail-fd3532c34eca65c94054956c7278ad2bf5344184.zip |
Typo that will not die.
svn path=/trunk/; revision=3849
-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, - * espcially (according to reports) at the beginning of the + * especially (according to reports) at the beginning of the * first read. NULs are illegal in RFC822 format. */ for (sp = tp = buf; sp < buf + n; sp++) |