From 081f4954f3b60966d9e44070b52962105f4f12a4 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 18 May 2019 08:19:28 +0000 Subject: [PATCH] comment typo --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.43.0