Browse Source

more typos

antograssiot 11 years ago
parent
commit
a5bd7102ee
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/ORM/Query.php
  2. 1 1
      tests/TestCase/Database/QueryTest.php

+ 1 - 1
src/ORM/Query.php

@@ -24,7 +24,7 @@ use Cake\ORM\Table;
 /**
  * Extends the base Query class to provide new methods related to association
  * loading, automatic fields selection, automatic type casting and to wrap results
- * into an specific iterator that will be responsible for hydrating results if
+ * into a specific iterator that will be responsible for hydrating results if
  * required.
  *
  */

+ 1 - 1
tests/TestCase/Database/QueryTest.php

@@ -1328,7 +1328,7 @@ class QueryTest extends TestCase {
 
 /**
  * Tests that it is possible to select distinct rows, even filtering by one column
- * this is testing that there is an specific implementation for DISTINCT ON
+ * this is testing that there is a specific implementation for DISTINCT ON
  *
  * @return void
  */