From 4b312a4f357b0ef1faa186c20503cc1f8660b238 Mon Sep 17 00:00:00 2001 From: Oxymoron Date: Sat, 22 Jul 2017 16:28:52 -0500 Subject: [PATCH] =?UTF-8?q?=C2=83Corrected=20mispelling=20of=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rainloop/v/0.0.0/app/libraries/PHP-OAuth2/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rainloop/v/0.0.0/app/libraries/PHP-OAuth2/Client.php b/rainloop/v/0.0.0/app/libraries/PHP-OAuth2/Client.php index 0b59cf6b7..6fae0925d 100644 --- a/rainloop/v/0.0.0/app/libraries/PHP-OAuth2/Client.php +++ b/rainloop/v/0.0.0/app/libraries/PHP-OAuth2/Client.php @@ -148,7 +148,7 @@ class Client public function __construct($client_id, $client_secret, $client_auth = self::AUTH_TYPE_URI, $certificate_file = null) { if (!extension_loaded('curl')) { - throw new Exception('The PHP exention curl must be installed to use this library.', Exception::CURL_NOT_FOUND); + throw new Exception('The PHP extension curl must be installed to use this library.', Exception::CURL_NOT_FOUND); } $this->client_id = $client_id;