summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-06-02 13:28:09 +0200
committerAnatol Belski <ab@php.net>2016-06-02 13:28:09 +0200
commit73fd1fc6e567f78e8d4188690b615264a8962b66 (patch)
tree14e0e645e2d4b6e12ba14e022dfc75b9df1da756 /main/php.h
parent0a04f6144884792e6b9fb28bc1b6cfe3772a446f (diff)
downloadphp-git-73fd1fc6e567f78e8d4188690b615264a8962b66.tar.gz
fix typo
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h2
1 files changed, 1 insertions, 1 deletions
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);