From: Michael Wallner Date: Mon, 3 Aug 2015 07:02:18 +0000 (+0200) Subject: fix typo X-Git-Tag: RELEASE_2_5_2~23 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=7d79815942b151f62cb1c1a45d076048091ed0ba;ds=inline fix typo --- diff --git a/tests/client019.phpt b/tests/client019.phpt index 9666b97..eea116a 100644 --- a/tests/client019.phpt +++ b/tests/client019.phpt @@ -6,7 +6,7 @@ include "skipif.inc"; skip_client_test(); $client = new http\Client("curl"); array_key_exists("proxyheader", $client->getAvailableOptions()) - or die("skip need libcurl with CUTLOPT_PROXYHEADER support\n"); + or die("skip need libcurl with CURLOPT_PROXYHEADER support\n"); ?> --FILE--