From 141b7f9345da22316e774775bd4ca46814664679 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 10 Oct 2003 19:10:58 +0000 Subject: Typo fix. svn path=/trunk/; revision=3848 --- transact.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'transact.c') 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++) -- cgit v1.2.3