From da3316ff0f03f5fccb3a343d31f8cc915da7fa5d Mon Sep 17 00:00:00 2001 From: Tyson Andre Date: Mon, 18 Feb 2019 11:35:35 -0500 Subject: Fix typos in code comments in Zend/ [skip ci] --- Zend/zend_inheritance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zend/zend_inheritance.c') diff --git a/Zend/zend_inheritance.c b/Zend/zend_inheritance.c index 67b8b849e4..1da300f68f 100644 --- a/Zend/zend_inheritance.c +++ b/Zend/zend_inheritance.c @@ -1869,7 +1869,7 @@ static void zend_do_check_for_inconsistent_traits_aliasing(zend_class_entry *ce, ZSTR_VAL(cur_alias->trait_method.method_name)); } else { /** Here are two possible cases: - 1) this is an attempt to modifiy the visibility + 1) this is an attempt to modify the visibility of a method introduce as part of another alias. Since that seems to violate the DRY principle, we check against it and abort. -- cgit v1.2.1