From 61f608abc7450443963c420c439cd2dc6f5d1583 Mon Sep 17 00:00:00 2001 From: Koji Tanaka <16202+tenkoma@users.noreply.github.com> Date: Sun, 25 Feb 2018 16:52:34 +0900 Subject: [PATCH] Fix typo --- lib/Cake/Test/Case/Utility/SecurityTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Test/Case/Utility/SecurityTest.php b/lib/Cake/Test/Case/Utility/SecurityTest.php index 2b1fe1ab79b..8fc79e51ccd 100644 --- a/lib/Cake/Test/Case/Utility/SecurityTest.php +++ b/lib/Cake/Test/Case/Utility/SecurityTest.php @@ -358,7 +358,7 @@ public function testEncryptDecrypt() { } /** - * Tests that encrypted strings are comatible between the mcrypt and openssl engine. + * Tests that encrypted strings are compatible between the mcrypt and openssl engine. * * @dataProvider plainTextProvider * @param string $txt Plain text to be encrypted.