diff --git a/src/TestSuite/IntegrationTestCase.php b/src/TestSuite/IntegrationTestCase.php index 19e74cefaf7..58895bf9d8c 100644 --- a/src/TestSuite/IntegrationTestCase.php +++ b/src/TestSuite/IntegrationTestCase.php @@ -248,7 +248,7 @@ protected function _getCookieEncryptionKey() { /** * Sets a encrypted request cookie for future requests. * - * The difference from cookie() is this encrypts the coolie + * The difference from cookie() is this encrypts the cookie * value like the CookieComponent. * * @param string $name The cookie name to use.