214 spelling fixes
[exim.git] / src / src / dcc.c
index 1841e733d161cd54303fea462ea9b7932a5801f7..fcdc5a89725143587756b30aba5a3a400ea2d255 100644 (file)
@@ -297,7 +297,7 @@ dcc_process(uschar **listptr)
     }
   }
 
-  /* a blank line seperates header from body */
+  /* a blank line separates header from body */
   Ustrncat(sendbuf, "\n", sizeof(sendbuf)-Ustrlen(sendbuf)-1);
   flushbuffer(sockfd, sendbuf);
   DEBUG(D_acl)