Merge pull request #3789 from suzuki86/fix-typo

Fix typo
This commit is contained in:
Mark 2014-06-24 17:30:24 +02:00
commit 9365913abe
2 changed files with 2 additions and 2 deletions

View file

@ -583,7 +583,7 @@ class CakeResponse {
}
/**
* Acccessor for the location header.
* Accessor for the location header.
*
* Get/Set the Location header value.
*

View file

@ -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)