summaryrefslogtreecommitdiff
path: root/win32/sendmail.c
diff options
context:
space:
mode:
authorMarkus Fischer <mfischer@php.net>2002-06-02 16:25:06 +0000
committerMarkus Fischer <mfischer@php.net>2002-06-02 16:25:06 +0000
commitc43f813d8e62a63e084530687168333299959e47 (patch)
treec29ca8240ef14bd9b5d49c3b10c080a0dfa6b59d /win32/sendmail.c
parent05293f09eb8583661640288ee57e25fa985c74f2 (diff)
downloadphp-git-c43f813d8e62a63e084530687168333299959e47.tar.gz
- Rephrase comment
Diffstat (limited to 'win32/sendmail.c')
-rw-r--r--win32/sendmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/sendmail.c b/win32/sendmail.c
index c51d829f77..9234b9d231 100644
--- a/win32/sendmail.c
+++ b/win32/sendmail.c
@@ -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 */