aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_jabber.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/functions_jabber.php')
-rw-r--r--phpBB/includes/functions_jabber.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_jabber.php b/phpBB/includes/functions_jabber.php
index 184a1f89a4..3872346bbc 100644
--- a/phpBB/includes/functions_jabber.php
+++ b/phpBB/includes/functions_jabber.php
@@ -91,7 +91,7 @@ class jabber
$this->error_codes = array(
400 => 'Bad Request',
- 401 => 'Unauthorized',
+ 401 => 'Unauthorised',
402 => 'Payment Required',
403 => 'Forbidden',
404 => 'Not Found',