diff --git a/lib/Cake/Network/CakeResponse.php b/lib/Cake/Network/CakeResponse.php index 415f196c2..d2019465e 100644 --- a/lib/Cake/Network/CakeResponse.php +++ b/lib/Cake/Network/CakeResponse.php @@ -583,7 +583,7 @@ class CakeResponse { } /** - * Acccessor for the location header. + * Accessor for the location header. * * Get/Set the Location header value. * diff --git a/lib/Cake/Utility/CakeTime.php b/lib/Cake/Utility/CakeTime.php index 175db7677..52781275f 100644 --- a/lib/Cake/Utility/CakeTime.php +++ b/lib/Cake/Utility/CakeTime.php @@ -1062,7 +1062,7 @@ class CakeTime { /** * Get list of timezone identifiers * - * @param integer|string $filter A regex to filter identifer + * @param integer|string $filter A regex to filter identifier * Or one of DateTimeZone class constants (PHP 5.3 and above) * @param string $country A two-letter ISO 3166-1 compatible country code. * This option is only used when $filter is set to DateTimeZone::PER_COUNTRY (available only in PHP 5.3 and above)