From: Michael Wallner Date: Wed, 7 Sep 2005 15:59:16 +0000 (+0000) Subject: - typo X-Git-Tag: RELEASE_0_13_0~17 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=2eeb7d1255f2356c96c783653fc07704a4dbef36;hp=f4b831c61cac25db5250db4b5421a5cdf3933ef0 - typo --- diff --git a/php_http_std_defs.h b/php_http_std_defs.h index abe8777..4aa0aa4 100644 --- a/php_http_std_defs.h +++ b/php_http_std_defs.h @@ -273,7 +273,7 @@ typedef int STATUS; #endif #define HE_THROW E_THROW #ifdef ZEND_ENGINE_2 -# define HE_THROE E_THROW +# define HE_THROW E_THROW # define HE_NOTICE (HTTP_G(only_exceptions) ? E_THROW : E_NOTICE) # define HE_WARNING (HTTP_G(only_exceptions) ? E_THROW : E_WARNING) # define HE_ERROR (HTTP_G(only_exceptions) ? E_THROW : E_ERROR)