]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/smtp_out.c
Testsuite: add dnsdb testcase for defer when used in ACL
[user/henk/code/exim.git] / src / src / smtp_out.c
index 0c655e2606f3fceac5ea8127f4e9e4372523e146..cd3906fc0c439dcb8d4ab058543ebe4e6c315b3f 100644 (file)
@@ -536,7 +536,7 @@ Arguments:
   buffer    where to put the response
   size      the size of the buffer
   okdigit   the expected first digit of the response
-  timeout   the timeout to use
+  timeout   the timeout to use, in seconds
 
 Returns:    TRUE if a valid, non-error response was received; else FALSE
 */
@@ -550,7 +550,7 @@ int count;
 
 errno = 0;  /* Ensure errno starts out zero */
 
-/* This is a loop to read and concatentate the lines that make up a multi-line
+/* This is a loop to read and concatenate the lines that make up a multi-line
 response. */
 
 for (;;)