X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2FClient.php;h=8c782c3b1acca7ec196eeae3c912fb08658dc76e;hb=081f4954f3b60966d9e44070b52962105f4f12a4;hp=101068b655ad9666109c566516d40f14bc83877f;hpb=130c16995be6d5dee1c98447259a77b707f45ca7;p=plcapi.git 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();