From: Ivan Enderlin Date: Tue, 26 Mar 2019 13:14:29 +0000 (+0100) Subject: Fix typos in the documentation X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ece7fe60f5a476662a7a04d5a69c46975388cade;p=php Fix typos in the documentation --- diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index 08281b7ea7..640edccfd5 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -204,7 +204,7 @@ typedef struct _zend_oparray_context { /* Property or method overrides private one | | | */ #define ZEND_ACC_CHANGED (1 << 3) /* | X | X | */ /* | | | */ -/* Staic method or property | | | */ +/* Static method or property | | | */ #define ZEND_ACC_STATIC (1 << 4) /* | X | X | */ /* | | | */ /* Final class or method | | | */ @@ -232,10 +232,10 @@ typedef struct _zend_oparray_context { #define ZEND_ACC_TRAIT (1 << 1) /* X | | | */ #define ZEND_ACC_ANON_CLASS (1 << 2) /* X | | | */ /* | | | */ -/* Class linked with parent, interfacs and traits | | | */ +/* Class linked with parent, interfaces and traits | | | */ #define ZEND_ACC_LINKED (1 << 3) /* X | | | */ /* | | | */ -/* class is abstarct, since it is set by any | | | */ +/* Class is abstract, since it is set by any | | | */ /* abstract method | | | */ #define ZEND_ACC_IMPLICIT_ABSTRACT_CLASS (1 << 4) /* X | | | */ /* | | | */