diff --git a/lib/Cake/Test/Fixture/AssertTagsTestCase.php b/lib/Cake/Test/Fixture/AssertTagsTestCase.php index 9391dd426..f0baeab3c 100644 --- a/lib/Cake/Test/Fixture/AssertTagsTestCase.php +++ b/lib/Cake/Test/Fixture/AssertTagsTestCase.php @@ -1,6 +1,6 @@ <?php /** - * This class helpes in indirectly testing the functionalities of CakeTestCase::assertTags + * This class helps in indirectly testing the functionalities of CakeTestCase::assertTags * * @package Cake.Test.Fixture */ @@ -115,4 +115,5 @@ class AssertTagsTestCase extends CakeTestCase { ); $this->assertTags($input, $pattern); } + }