diff options
-rw-r--r-- | transact.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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++) |