summaryrefslogtreecommitdiff
path: root/Zend/zend_inheritance.c
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2018-10-03 14:35:36 +0300
committerDmitry Stogov <dmitry@zend.com>2018-10-03 14:35:36 +0300
commitb9e485a7fda82306335f28077ba9c719475f65ea (patch)
tree4b7ecd3b71699b7c88c76a6bb1d8815a87363473 /Zend/zend_inheritance.c
parent4778578b5605fa6dc96f8f9ac4e6481c8ea8306a (diff)
downloadphp-git-b9e485a7fda82306335f28077ba9c719475f65ea.tar.gz
typo
Diffstat (limited to 'Zend/zend_inheritance.c')
-rw-r--r--Zend/zend_inheritance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_inheritance.c b/Zend/zend_inheritance.c
index 5b10bdc5c2..21019bb50e 100644
--- a/Zend/zend_inheritance.c
+++ b/Zend/zend_inheritance.c
@@ -640,7 +640,7 @@ static zend_function *do_inherit_method(zend_string *key, zend_function *parent,
zend_function *orig_prototype = func->common.prototype;
if (UNEXPECTED(func == parent)) {
- /* The same method in interface may be inhereted few times */
+ /* The same method in interface may be inherited few times */
return NULL;
}