Skip to content

Commit

Permalink
More typos fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Nov 3, 2014
1 parent 1e60395 commit 22fb3ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/View/Helper/FormHelper.php
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase/View/Helper/FormHelperTest.php
Expand Up @@ -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'],
Expand Down

0 comments on commit 22fb3ad

Please sign in to comment.