fix typo
authorMichael Wallner <mike@php.net>
Mon, 3 Aug 2015 07:02:18 +0000 (09:02 +0200)
committerMichael Wallner <mike@php.net>
Mon, 3 Aug 2015 07:02:18 +0000 (09:02 +0200)
tests/client019.phpt

index 9666b976a618a6f297df56448ac70df54ae18c58..eea116a2082eba3dc5372b21daa9d4c4e959ebf0 100644 (file)
@@ -6,7 +6,7 @@ include "skipif.inc";
 skip_client_test();
 $client = new http\Client("curl");
 array_key_exists("proxyheader", $client->getAvailableOptions())
 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--
 <?php
 ?>
 --FILE--
 <?php