This commit is contained in:
suzuki86 2014-06-25 00:20:54 +09:00
parent 044065df6f
commit 8f9589f7c8
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)