From 99df987379868b61c3dcd4b1142759a73a620461 Mon Sep 17 00:00:00 2001 From: Bryan Crowe Date: Mon, 30 Jun 2014 21:51:57 -0400 Subject: [PATCH] Fix 'either' typo in Time --- src/Utility/Time.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utility/Time.php b/src/Utility/Time.php index a564d32f76d..b4f60da9e36 100644 --- a/src/Utility/Time.php +++ b/src/Utility/Time.php @@ -29,7 +29,7 @@ class Time extends Carbon implements JsonSerializable { * The format to use when formatting a time using `Cake\Utility\Time::i18nFormat()` * and `__toString` * - * The format should be eiter the formatting constants from IntDateFormatter as + * The format should be either the formatting constants from IntDateFormatter as * described in (http://www.php.net/manual/en/class.intldateformatter.php) or a pattern * as specified in (http://www.icu-project.org/apiref/icu4c/classSimpleDateFormat.html#details) *