diff options
author | Dhruv Goel <dhruv.goel92@gmail.com> | 2014-09-21 10:29:07 +0530 |
---|---|---|
committer | Dhruv Goel <dhruv.goel92@gmail.com> | 2014-09-21 10:29:07 +0530 |
commit | b02e579c1ca1256047e14490947852e49ebee6d9 (patch) | |
tree | a3629369a0364f485d42ab58bf53c63629c03860 | |
parent | e00545588145e7d4d33cb9780673f36a6049f0eb (diff) | |
parent | 7313cc777e92883d1c5c6cf26d5dbd6748d8e106 (diff) | |
download | forums-b02e579c1ca1256047e14490947852e49ebee6d9.tar forums-b02e579c1ca1256047e14490947852e49ebee6d9.tar.gz forums-b02e579c1ca1256047e14490947852e49ebee6d9.tar.bz2 forums-b02e579c1ca1256047e14490947852e49ebee6d9.tar.xz forums-b02e579c1ca1256047e14490947852e49ebee6d9.zip |
Merge pull request #2976 from n-aleha/ticket/13085
[ticket/13085] Fix typo in oauth.php
-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 */ |