diff options
Diffstat (limited to 'win32/sendmail.c')
-rw-r--r-- | win32/sendmail.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/sendmail.c b/win32/sendmail.c index 509dc605c9..166e44a935 100644 --- a/win32/sendmail.c +++ b/win32/sendmail.c @@ -5,7 +5,7 @@ * has been removed (MIME and file attachments). This code was * modified from code based on code written by Jarle Aase. * - * This class is based on the original code by Jarle Aase, see bellow: + * This class is based on the original code by Jarle Aase, see below: * wSendmail.cpp It has been striped of some functionality to match * the requirements of phpfi. * @@ -48,7 +48,7 @@ /* '*error_message' has to be passed around from php_mail() */ #define SMTP_ERROR_RESPONSE_SPEC "SMTP server response: %s" -/* Convinient way to handle error messages from the SMTP server. +/* Convenient way to handle error messages from the SMTP server. response is ecalloc()d in Ack() itself and efree()d here because the content is in *error_message now */ #define SMTP_ERROR_RESPONSE(response) { \ |