From 6ac8d29d185498e11a1e132dac8b0030b704b87b Mon Sep 17 00:00:00 2001 From: Possum Date: Fri, 22 May 2015 12:24:03 +0200 Subject: [PATCH] Fix typo --- .../Component/Intl/DateFormatter/IntlDateFormatter.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Symfony/Component/Intl/DateFormatter/IntlDateFormatter.php b/src/Symfony/Component/Intl/DateFormatter/IntlDateFormatter.php index 7636be9a34..9b08d1a378 100644 --- a/src/Symfony/Component/Intl/DateFormatter/IntlDateFormatter.php +++ b/src/Symfony/Component/Intl/DateFormatter/IntlDateFormatter.php @@ -119,7 +119,7 @@ class IntlDateFormatter /** * @var bool */ - private $unitializedTimeZoneId = false; + private $uninitializedTimeZoneId = false; /** * @var string @@ -371,7 +371,7 @@ class IntlDateFormatter */ public function getTimeZoneId() { - if (!$this->unitializedTimeZoneId) { + if (!$this->uninitializedTimeZoneId) { return $this->timeZoneId; } @@ -551,7 +551,7 @@ class IntlDateFormatter $timeZoneId = getenv('TZ') ?: 'UTC'; } - $this->unitializedTimeZoneId = true; + $this->uninitializedTimeZoneId = true; } // Backup original passed time zone