From 706ac6417162d94eb701952d40df136cd9528b56 Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Fri, 21 Jun 2013 13:48:35 +0200 Subject: New upstream version 5.5.0+dfsg --- Zend/zend_API.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zend/zend_API.c') diff --git a/Zend/zend_API.c b/Zend/zend_API.c index e867ca5da..56c7c245b 100644 --- a/Zend/zend_API.c +++ b/Zend/zend_API.c @@ -1172,7 +1172,7 @@ ZEND_API void object_properties_init(zend_object *object, zend_class_entry *clas /* This function requires 'properties' to contain all props declared in the * class and all props being public. If only a subset is given or the class - * has protected members then you need to merge the properties seperately by + * has protected members then you need to merge the properties separately by * calling zend_merge_properties(). */ ZEND_API int _object_and_properties_init(zval *arg, zend_class_entry *class_type, HashTable *properties ZEND_FILE_LINE_DC TSRMLS_DC) /* {{{ */ { -- cgit v1.2.3