]> granicus.if.org Git - php/commitdiff
typofix :)
authorfoobar <sniper@php.net>
Fri, 6 May 2005 00:09:51 +0000 (00:09 +0000)
committerfoobar <sniper@php.net>
Fri, 6 May 2005 00:09:51 +0000 (00:09 +0000)
Zend/zend_object_handlers.h

index 106e4041445380bc6d56d38d3ed286fc77e2b596..5f68fd9aa3e6fcc6e56ab359722befed988f2ce2 100644 (file)
@@ -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
  */