From: gggeek Date: Sat, 18 May 2019 08:19:28 +0000 (+0000) Subject: comment typo X-Git-Tag: 4.3.2~11 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=081f4954f3b60966d9e44070b52962105f4f12a4 comment typo --- diff --git a/src/Client.php b/src/Client.php index 101068b..8c782c3 100644 --- a/src/Client.php +++ b/src/Client.php @@ -64,7 +64,7 @@ class Client * NNB: you can set it to any non-empty array for HTTP11 and HTTPS, since * in those cases it will be up to CURL to decide the compression methods * it supports. You might check for the presence of 'zlib' in the output of - * curl_version() to determine wheter compression is supported or not + * curl_version() to determine whether compression is supported or not */ public $accepted_compression = array();