From e8330507dbc2b79374d775d0fd4eaf1bf18462de Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Tue, 7 May 2013 07:25:13 +0000 Subject: [PATCH] Fixes bad and less standard grammar. -- Provided by Niel Archer git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330185 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/yaf/yaf_controller_abstract/construct.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/yaf/yaf_controller_abstract/construct.xml b/reference/yaf/yaf_controller_abstract/construct.xml index 8f6ffb66a8..728e95d9d7 100644 --- a/reference/yaf/yaf_controller_abstract/construct.xml +++ b/reference/yaf/yaf_controller_abstract/construct.xml @@ -15,8 +15,8 @@ Yaf_Controller_Abstract::__construct is final, - which means it can not be overrode. - you mean want to see + which means it can not be overridden. + You may want to see Yaf_Controller_Abstract::init instead.