Browse Source

Fixed typos

Jonathan Boyer 12 years ago
parent
commit
0c05eb3c84

+ 1 - 1
tests/TestCase/Controller/Component/PaginatorComponentTest.php

@@ -186,7 +186,7 @@ class PaginatorComponentTest extends TestCase {
 	}
 
 /**
- * test that default sort and default direction are injectect into request
+ * test that default sort and default direction are injected into request
  *
  * @return void
  */

+ 1 - 1
tests/TestCase/View/Helper/PaginatorHelperTest.php

@@ -735,7 +735,7 @@ class PaginatorHelperTest extends TestCase {
 	}
 
 /**
- * Test that url generated doesn't include default sort & direction
+ * Test that generated URLs don't include sort and direction parameters
  *
  * @return void
  */