From 7d79815942b151f62cb1c1a45d076048091ed0ba Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 3 Aug 2015 09:02:18 +0200 Subject: [PATCH] fix typo --- tests/client019.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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--