From afc35efcf629c62a7ca1bd2d52673fb2b50ec348 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 1 Mar 2004 12:25:03 +0000 Subject: [PATCH] - Typo fix (by Jan) --- Zend/zend_compile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index b1fd19f8e3..393e6dc7af 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -104,7 +104,7 @@ typedef struct _zend_try_catch_element { #define ZEND_ACC_FINAL 0x04 #define ZEND_ACC_INTERFACE 0x08 /* ZEND_ACC_ABSTRACT is used for abstract classes and methods. Abstract checks work only on this flag. */ -/* ZEND_ACC_ABSTRACT_CLASS denotes that a class was explicitly defined as abstract be using the keyword. */ +/* ZEND_ACC_ABSTRACT_CLASS denotes that a class was explicitly defined as abstract by using the keyword. */ #define ZEND_ACC_ABSTRACT_CLASS 0x10 #define ZEND_ACC_FINAL_CLASS 0x20 #define ZEND_ACC_IMPLEMENTED_ABSTRACT 0x40 -- 2.40.0