aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
*/