From 625d5ba4a33e5c2f4cbdae7a3c8d66df569b0683 Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 6 May 2005 00:09:51 +0000 Subject: [PATCH] typofix :) --- Zend/zend_object_handlers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.50.1