]> granicus.if.org Git - php/commitdiff
typo
authorJames Cox <imajes@php.net>
Sun, 22 Sep 2002 16:14:11 +0000 (16:14 +0000)
committerJames Cox <imajes@php.net>
Sun, 22 Sep 2002 16:14:11 +0000 (16:14 +0000)
ext/standard/mail.c

index 5c1cc32dc4d87c1431148668d973fed18d093991..0aee87b6755454b1686145d7954941a869e6647c 100644 (file)
@@ -192,7 +192,7 @@ PHPAPI int php_mail(char *to, char *subject, char *message, char *headers, char
        if (sendmail) {
 #ifndef PHP_WIN32
                if (EACCES == errno) {
-                       php_error_docref(NULL TSRMLS_CC, E_WARNING, "Permission denied; unable to execute shell to run mail delivery binary");
+                       php_error_docref(NULL TSRMLS_CC, E_WARNING, "Permission denied: unable to execute shell to run mail delivery binary");
                        pclose(sendmail);
                        return 0;
                }
@@ -230,7 +230,7 @@ PHPAPI int php_mail(char *to, char *subject, char *message, char *headers, char
 /* {{{ PHP_MINFO_FUNCTION
  */
 PHP_MINFO_FUNCTION(mail)
-{
+
        char *sendmail_path = INI_STR("sendmail_path");
 
 #ifdef PHP_WIN32