aboutsummaryrefslogtreecommitdiffstats
path: root/transact.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2003-10-10 19:13:37 +0000
committerEric S. Raymond <esr@thyrsus.com>2003-10-10 19:13:37 +0000
commitfd3532c34eca65c94054956c7278ad2bf5344184 (patch)
treee0e708912d99a9094a0ef52f48824d77025897d8 /transact.c
parent141b7f9345da22316e774775bd4ca46814664679 (diff)
downloadfetchmail-fd3532c34eca65c94054956c7278ad2bf5344184.tar.gz
fetchmail-fd3532c34eca65c94054956c7278ad2bf5344184.tar.bz2
fetchmail-fd3532c34eca65c94054956c7278ad2bf5344184.zip
Typo that will not die.
svn path=/trunk/; revision=3849
Diffstat (limited to 'transact.c')
-rw-r--r--transact.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/transact.c b/transact.c
index 08639d10..bddce829 100644
--- a/transact.c
+++ b/transact.c
@@ -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++)