From: Anatol Belski Date: Thu, 2 Jun 2016 11:28:09 +0000 (+0200) Subject: fix typo X-Git-Tag: php-7.1.0alpha1~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73fd1fc6e567f78e8d4188690b615264a8962b66;p=php fix typo --- diff --git a/main/php.h b/main/php.h index 9e7fe46790..239aef2bb0 100644 --- a/main/php.h +++ b/main/php.h @@ -280,7 +280,7 @@ PHPAPI size_t php_write(void *buf, size_t size); PHPAPI size_t php_printf(const char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, 1, 2); PHPAPI int php_get_module_initialized(void); -#define php_log_err(msg) php_log_err_with_serevity(msg, LOG_NOTICE) +#define php_log_err(msg) php_log_err_with_severity(msg, LOG_NOTICE) PHPAPI ZEND_COLD void php_log_err_with_severity(char *log_message, int syslog_type_int); int Debug(char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, 1, 2); int cfgparse(void);