From 2f7cc052d25af0b84734a76970b1f3c5c51835d4 Mon Sep 17 00:00:00 2001 From: James Tancock Date: Mon, 17 Aug 2015 13:15:35 +0100 Subject: [PATCH] Typo in tests docblock --- lib/Cake/Test/Case/Model/ModelValidationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Test/Case/Model/ModelValidationTest.php b/lib/Cake/Test/Case/Model/ModelValidationTest.php index 0edd3fe5f58..bd65b16e96a 100644 --- a/lib/Cake/Test/Case/Model/ModelValidationTest.php +++ b/lib/Cake/Test/Case/Model/ModelValidationTest.php @@ -555,7 +555,7 @@ public function testValidates() { } /** - * test that validates() still performs correctly when useTable = false on the mode. + * test that validates() still performs correctly when useTable = false on the model. * * @return void */