Merge pull request #1475 from Oxymoron290/master

Misspellings in error messages
This commit is contained in:
RainLoop Team 2017-08-18 21:48:35 +03:00 committed by GitHub
commit 5e340b9db9
8 changed files with 12 additions and 12 deletions

View file

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