[feature/new-tz-handling] Correct typo in member comment.

PHPBB3-9558
This commit is contained in:
Chris Smith 2010-07-07 22:21:40 +01:00 committed by Oleg Pudeyev
parent 2e7d9ec805
commit 522f65d079

View file

@ -24,7 +24,7 @@ class phpbb_datetime extends DateTime
protected $_user;
/**
* @var array Date formats are preprocessed by phpBB, to save constact recalculation they are cached.
* @var array Date formats are preprocessed by phpBB, to save constant recalculation they are cached.
*/
static protected $format_cache = array();