aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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++)