aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/datetime.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2013-09-16 04:45:58 +0200
committerNils Adermann <naderman@naderman.de>2013-09-16 04:45:58 +0200
commitd626ebaf1e3d993ba3474c8dd403b18d5faf8863 (patch)
tree5fd13d2e53ad48a228164a85aa1a7978727b262e /phpBB/phpbb/datetime.php
parentccbb070652a188fd3b2354781d57af8847015eee (diff)
downloadforums-d626ebaf1e3d993ba3474c8dd403b18d5faf8863.tar
forums-d626ebaf1e3d993ba3474c8dd403b18d5faf8863.tar.gz
forums-d626ebaf1e3d993ba3474c8dd403b18d5faf8863.tar.bz2
forums-d626ebaf1e3d993ba3474c8dd403b18d5faf8863.tar.xz
forums-d626ebaf1e3d993ba3474c8dd403b18d5faf8863.zip
[ticket/11700] Fix a few more comments
PHPBB3-11700
Diffstat (limited to 'phpBB/phpbb/datetime.php')
-rw-r--r--phpBB/phpbb/datetime.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/datetime.php b/phpBB/phpbb/datetime.php
index 2d48c8311e..84b13202af 100644
--- a/phpBB/phpbb/datetime.php
+++ b/phpBB/phpbb/datetime.php
@@ -30,7 +30,7 @@ class datetime extends \DateTime
static protected $format_cache = array();
/**
- * Constructs a new \instance of \phpbb\datetime, expanded to include an argument to inject
+ * Constructs a new instance of \phpbb\datetime, expanded to include an argument to inject
* the user context and modify the timezone to the users selected timezone if one is not set.
*
* @param string $time String in a format accepted by strtotime().