correct spelling mistake

This commit is contained in:
euromark 2013-09-27 20:28:03 +02:00
parent df269ba0ef
commit 9a86f7e883

View file

@ -3477,7 +3477,7 @@ class ContainableBehaviorTest extends CakeTestCase {
'joinTable' => 'articles_tags',
'foreignKey' => 'article_id',
'associationForeignKey' => 'tag_id',
// LENGHT function mysql-only, using LIKE does almost the same
// LENGTH function mysql-only, using LIKE does almost the same
'conditions' => "ShortTag.tag LIKE '???'"
)
)