aboutsummaryrefslogtreecommitdiffstats
path: root/transact.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2003-10-10 19:10:58 +0000
committerEric S. Raymond <esr@thyrsus.com>2003-10-10 19:10:58 +0000
commit141b7f9345da22316e774775bd4ca46814664679 (patch)
tree4eef4a5fc49ab6ca9dfa65d0c72548f63fc68451 /transact.c
parentb569e471c80b6856b651b59965bed8db260a95de (diff)
downloadfetchmail-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/transact.c b/transact.c
index bddce829..08639d10 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,
- * 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++)