Browse Source

Fixed typo

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

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

@@ -181,7 +181,7 @@ class QueryRegressionTest extends TestCase {
  * Test for https://github.com/cakephp/cakephp/issues/4253
  *
  * Makes sure that the belongsToMany association is not overwritten with conflicting information
- * by any of the sides when the junction() funciton is invoked
+ * by any of the sides when the junction() function is invoked
  *
  * @return void
  */