]> Pileus Git - ~andy/fetchmail/commitdiff
Typo fix.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 10 Oct 2003 19:10:58 +0000 (19:10 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 10 Oct 2003 19:10:58 +0000 (19:10 -0000)
svn path=/trunk/; revision=3848

transact.c

index bddce8292d2aa8b4598be02f4e3664544f2cd8b5..08639d105ea922b1dc5b0b1de7f620edad46f1b3 100644 (file)
@@ -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++)