diff options
author | n-aleha <nick_aleha@myway.com> | 2014-09-21 00:16:36 +0300 |
---|---|---|
committer | n-aleha <nick_aleha@myway.com> | 2014-09-21 00:33:07 +0300 |
commit | 7313cc777e92883d1c5c6cf26d5dbd6748d8e106 (patch) | |
tree | a3629369a0364f485d42ab58bf53c63629c03860 /phpBB/phpbb/auth | |
parent | e00545588145e7d4d33cb9780673f36a6049f0eb (diff) | |
download | forums-7313cc777e92883d1c5c6cf26d5dbd6748d8e106.tar forums-7313cc777e92883d1c5c6cf26d5dbd6748d8e106.tar.gz forums-7313cc777e92883d1c5c6cf26d5dbd6748d8e106.tar.bz2 forums-7313cc777e92883d1c5c6cf26d5dbd6748d8e106.tar.xz forums-7313cc777e92883d1c5c6cf26d5dbd6748d8e106.zip |
[ticket/13085] Fix typo in oauth.php
PHPBB3-13085
Diffstat (limited to 'phpBB/phpbb/auth')
-rw-r--r-- | phpBB/phpbb/auth/provider/oauth/oauth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/auth/provider/oauth/oauth.php b/phpBB/phpbb/auth/provider/oauth/oauth.php index 902c6ae84c..c0ce3f1fba 100644 --- a/phpBB/phpbb/auth/provider/oauth/oauth.php +++ b/phpBB/phpbb/auth/provider/oauth/oauth.php @@ -105,7 +105,7 @@ class oauth extends \phpbb\auth\provider\base protected $phpbb_root_path; /** - * PHP extenstion + * PHP file extension * * @var string */ |