diff options
author | mrgoldy <gijsmartens1@gmail.com> | 2019-10-08 20:19:46 +0200 |
---|---|---|
committer | mrgoldy <gijsmartens1@gmail.com> | 2019-10-08 20:19:46 +0200 |
commit | 29957a92ef14a368a1a53a9620955f34eb8536f8 (patch) | |
tree | 4752e39a2852054fd5d10475d89a08a149789dca /phpBB/phpbb/auth/provider/oauth | |
parent | 1f669a31a08a817c5614386658d01f8827bb4372 (diff) | |
download | forums-29957a92ef14a368a1a53a9620955f34eb8536f8.tar forums-29957a92ef14a368a1a53a9620955f34eb8536f8.tar.gz forums-29957a92ef14a368a1a53a9620955f34eb8536f8.tar.bz2 forums-29957a92ef14a368a1a53a9620955f34eb8536f8.tar.xz forums-29957a92ef14a368a1a53a9620955f34eb8536f8.zip |
[ticket/16181] Fix spelling mistake in associated
PHPBB3-16181
Diffstat (limited to 'phpBB/phpbb/auth/provider/oauth')
-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 8352fb649d..1609128b92 100644 --- a/phpBB/phpbb/auth/provider/oauth/oauth.php +++ b/phpBB/phpbb/auth/provider/oauth/oauth.php @@ -217,7 +217,7 @@ class oauth extends \phpbb\auth\provider\base $unique_id = $this->service_providers[$service_name]->perform_auth_login(); /** - * Check to see if this provider is already assosciated with an account. + * Check to see if this provider is already associated with an account. * * Enforcing a data type to make sure it are strings and not integers, * so values are quoted in the SQL WHERE statement. |