aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-11-17 01:32:40 +0100
committerIgor Wiedler <igor@wiedler.ch>2012-11-17 05:29:49 +0100
commitb8cf74217aacb90ac066eee4e8812a2c32caa58a (patch)
tree7ed61b85b716423dcba078b207b465890f122c86
parent1affc35be9a5ee2cdf2cd2551e708c928fb96d88 (diff)
downloadforums-b8cf74217aacb90ac066eee4e8812a2c32caa58a.tar
forums-b8cf74217aacb90ac066eee4e8812a2c32caa58a.tar.gz
forums-b8cf74217aacb90ac066eee4e8812a2c32caa58a.tar.bz2
forums-b8cf74217aacb90ac066eee4e8812a2c32caa58a.tar.xz
forums-b8cf74217aacb90ac066eee4e8812a2c32caa58a.zip
[ticket/11212] Cosmetic surgery done right
PHPBB3-11212
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index dbc040e5fe..ab4c7e1772 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -2874,7 +2874,7 @@ function send_status_line($code, $message)
* Returns the HTTP version used in the current request.
*
* Handles the case of being called before $request is present,
-* In which case it falls back to the $_SERVER superglobal.
+* in which case it falls back to the $_SERVER superglobal.
*
* @return string HTTP version
*/