]> granicus.if.org Git - php/commitdiff
- Rephrase comment
authorMarkus Fischer <mfischer@php.net>
Sun, 2 Jun 2002 16:25:06 +0000 (16:25 +0000)
committerMarkus Fischer <mfischer@php.net>
Sun, 2 Jun 2002 16:25:06 +0000 (16:25 +0000)
win32/sendmail.c

index c51d829f77f0d1da1a8abaf0bc33eda1ab57344c..9234b9d231c9a94d85db651aa01e60bc68accfd6 100644 (file)
@@ -693,7 +693,7 @@ int Ack(char **server_response)
                                           And not contain a space followed by a '-' */
 
        if (buf[0] > '3') {
-               /* If we've a valid pointer, return the SMTP server response so the error messages give away more information */
+               /* If we've a valid pointer, return the SMTP server response so the error message contains more information */
                if (server_response) {
                        int dec = 0;
                        /* See if we have something like \r, \n, \r\n or \n\r at the end of the message and chop it off */