From 29957a92ef14a368a1a53a9620955f34eb8536f8 Mon Sep 17 00:00:00 2001 From: mrgoldy Date: Tue, 8 Oct 2019 20:19:46 +0200 Subject: [ticket/16181] Fix spelling mistake in associated PHPBB3-16181 --- phpBB/phpbb/auth/provider/oauth/oauth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1