From 22fb3adf0dde0a19945dc6fcf002f76eb5c30673 Mon Sep 17 00:00:00 2001 From: ADmad Date: Tue, 4 Nov 2014 02:32:35 +0530 Subject: [PATCH] More typos fixes --- src/View/Helper/FormHelper.php | 2 +- tests/TestCase/View/Helper/FormHelperTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/View/Helper/FormHelper.php b/src/View/Helper/FormHelper.php index 7147610b942..b8af0222b36 100644 --- a/src/View/Helper/FormHelper.php +++ b/src/View/Helper/FormHelper.php @@ -213,7 +213,7 @@ public function __construct(View $View, array $config = []) { } /** - * Set the wiget registry the helper will use. + * Set the widget registry the helper will use. * * @param \Cake\View\Widget\WidgetRegistry $instance The registry instance to set. * @param array $widgets An array of widgets diff --git a/tests/TestCase/View/Helper/FormHelperTest.php b/tests/TestCase/View/Helper/FormHelperTest.php index af7fbc7d4f5..34ab215c286 100644 --- a/tests/TestCase/View/Helper/FormHelperTest.php +++ b/tests/TestCase/View/Helper/FormHelperTest.php @@ -209,7 +209,7 @@ public function testConstructTemplatesFile() { * * @return void */ - public function testConstructWithWigets() { + public function testConstructWithWidgets() { $expected = [ 'button' => ['Cake\View\Widget\ButtonWidget'], 'checkbox' => ['Cake\View\Widget\CheckboxWidget'],