aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider/interface.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/auth/provider/interface.php')
-rw-r--r--phpBB/phpbb/auth/provider/interface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/auth/provider/interface.php b/phpBB/phpbb/auth/provider/interface.php
index a2d57a6917..fd3fa7d879 100644
--- a/phpBB/phpbb/auth/provider/interface.php
+++ b/phpBB/phpbb/auth/provider/interface.php
@@ -87,7 +87,7 @@ interface phpbb_auth_provider_interface
* )
* An optional third element may be added to this
* array: 'BLOCK_VAR_NAME'. If this is present,
- * then it's value should be a string that is used
+ * then its value should be a string that is used
* to designate the name of the loop used in the
* ACP template file. In addition to this, an
* additional key named 'BLOCK_VARS' is required.