- typo
[m6w6/ext-http] / php_http_std_defs.h
index abe8777a47a3a573e41ebb91c7974fcdc4a665c7..4aa0aa43d213330011df953090c0c7e0ca7225b2 100644 (file)
@@ -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)