From: Eric S. Raymond Date: Fri, 10 Oct 2003 19:10:58 +0000 (-0000) Subject: Typo fix. X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=141b7f9345da22316e774775bd4ca46814664679;p=~andy%2Ffetchmail Typo fix. svn path=/trunk/; revision=3848 --- 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++)