From 991a7630ad3a577d8380c92e6bf18141a95e8c9a Mon Sep 17 00:00:00 2001 From: mark_story Date: Sat, 13 Oct 2012 22:04:04 -0400 Subject: [PATCH] Fix spelling error. --- lib/Cake/Test/TestCase/Utility/MergeVariablesTraitTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Test/TestCase/Utility/MergeVariablesTraitTest.php b/lib/Cake/Test/TestCase/Utility/MergeVariablesTraitTest.php index 22f0835ab5b..ffcb573416a 100644 --- a/lib/Cake/Test/TestCase/Utility/MergeVariablesTraitTest.php +++ b/lib/Cake/Test/TestCase/Utility/MergeVariablesTraitTest.php @@ -111,7 +111,7 @@ public function testMergeVarsMixedModes() { } /** - * Test that merging variables with booleans in the class heirarchy + * Test that merging variables with booleans in the class hierarchy * doesn't cause issues. * * @return void