Browse Source

Fix typos/grammar.

mark_story 12 years ago
parent
commit
2b696b82b0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Cake/Test/TestCase/View/HelperRegistryTest.php
  2. 1 1
      Cake/View/HelperRegistry.php

+ 1 - 1
Cake/Test/TestCase/View/HelperRegistryTest.php

@@ -61,7 +61,7 @@ class HelperRegistryTest extends TestCase {
 	}
 
 /**
- * test triggering callbacks on loaded helpers
+ * test loading helpers.
  *
  * @return void
  */

+ 1 - 1
Cake/View/HelperRegistry.php

@@ -21,7 +21,7 @@ use Cake\Utility\ObjectRegistry;
 use Cake\View\View;
 
 /**
- * Helpers collection is used as a registry for loaded helpers and handles loading
+ * HelperRegistry is used as a registry for loaded helpers and handles loading
  * and constructing helper class objects.
  */
 class HelperRegistry extends ObjectRegistry {