Browse Source

Fixing doc block

Jose Lorenzo Rodriguez 11 years ago
parent
commit
fa90a48561
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/TestCase/ORM/QueryRegressionTest.php

+ 2 - 2
tests/TestCase/ORM/QueryRegressionTest.php

@@ -467,7 +467,7 @@ class QueryRegressionTest extends TestCase
     }
 
     /**
-     * Tests that using the subquery strategy in a deep assotiation returns the right results
+     * Tests that using the subquery strategy in a deep association returns the right results
      *
      * @see https://github.com/cakephp/cakephp/issues/4484
      * @return void
@@ -488,7 +488,7 @@ class QueryRegressionTest extends TestCase
     }
 
     /**
-     * Tests that using the subquery strategy in a deep assotiation returns the right results
+     * Tests that using the subquery strategy in a deep association returns the right results
      *
      * @see https://github.com/cakephp/cakephp/issues/5769
      * @return void