summaryrefslogtreecommitdiff
path: root/Zend/zend_object_handlers.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-05-06 00:09:51 +0000
committerfoobar <sniper@php.net>2005-05-06 00:09:51 +0000
commit625d5ba4a33e5c2f4cbdae7a3c8d66df569b0683 (patch)
treed5504675990eb5718f2498f8ae069255daac85bd /Zend/zend_object_handlers.h
parente76363aef7daa7052a079cb563cc22e3848864e2 (diff)
downloadphp-git-625d5ba4a33e5c2f4cbdae7a3c8d66df569b0683.tar.gz
typofix :)
Diffstat (limited to 'Zend/zend_object_handlers.h')
-rw-r--r--Zend/zend_object_handlers.h2
1 files changed, 1 insertions, 1 deletions
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
*/