fix typo
[m6w6/ext-http] / 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())
-       or die("skip need libcurl with CUTLOPT_PROXYHEADER support\n");
+       or die("skip need libcurl with CURLOPT_PROXYHEADER support\n");
 ?>
 --FILE--
 <?php