diff --git a/lib/Cake/Utility/CakeTime.php b/lib/Cake/Utility/CakeTime.php index 610e62368..1c6de7cd0 100644 --- a/lib/Cake/Utility/CakeTime.php +++ b/lib/Cake/Utility/CakeTime.php @@ -1041,7 +1041,7 @@ class CakeTime { /** * Returns a formatted date string, given either a UNIX timestamp or a valid strtotime() date string. - * It take in account the default date format for the current language if a LC_TIME file is used. + * It takes into account the default date format for the current language if a LC_TIME file is used. * * @param integer|string|DateTime $date UNIX timestamp, strtotime() valid string or DateTime object * @param string $format strftime format string.