From: foobar Date: Fri, 6 May 2005 00:09:51 +0000 (+0000) Subject: typofix :) X-Git-Tag: php-5.0.1b1~315 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=625d5ba4a33e5c2f4cbdae7a3c8d66df569b0683;p=php typofix :) --- diff --git a/Zend/zend_object_handlers.h b/Zend/zend_object_handlers.h index 106e404144..5f68fd9aa3 100644 --- a/Zend/zend_object_handlers.h +++ b/Zend/zend_object_handlers.h @@ -62,7 +62,7 @@ typedef zval* (*zend_object_get_t)(zval *property TSRMLS_DC); /* Used to check if a property of the object exists */ /* param has_set_exists: - * 0 (has) whetehr property exists and is not NULL + * 0 (has) whether property exists and is not NULL * 1 (set) whether property exists and is true * 2 (exists) whether property exists */