1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-20 07:42:09 +02:00

[ticket/16181] Fix spelling mistake in associated

PHPBB3-16181
This commit is contained in:
mrgoldy 2019-10-08 20:19:46 +02:00
parent 1f669a31a0
commit 29957a92ef

View File

@ -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.