aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2010-07-07 22:21:40 +0100
committerOleg Pudeyev <oleg@bsdpower.com>2012-03-14 22:57:29 -0400
commit522f65d079c61e9ea7f718b67e37a9e58968b0f0 (patch)
treee98d6c4ac400da0a1d067a854d4c605bc3b99eb6
parent2e7d9ec805a8f2088ceebf22dbc97b89a72f76d0 (diff)
downloadforums-522f65d079c61e9ea7f718b67e37a9e58968b0f0.tar
forums-522f65d079c61e9ea7f718b67e37a9e58968b0f0.tar.gz
forums-522f65d079c61e9ea7f718b67e37a9e58968b0f0.tar.bz2
forums-522f65d079c61e9ea7f718b67e37a9e58968b0f0.tar.xz
forums-522f65d079c61e9ea7f718b67e37a9e58968b0f0.zip
[feature/new-tz-handling] Correct typo in member comment.
PHPBB3-9558
-rw-r--r--phpBB/includes/datetime.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/datetime.php b/phpBB/includes/datetime.php
index 92aef88599..3a7fc04105 100644
--- a/phpBB/includes/datetime.php
+++ b/phpBB/includes/datetime.php
@@ -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();