Commit 420b16a6 authored by Bas de Nooijer's avatar Bas de Nooijer

Fixed comment in Curl example

parent f7aaf129
...@@ -9,7 +9,7 @@ htmlHeader(); ...@@ -9,7 +9,7 @@ htmlHeader();
// create a client instance // create a client instance
$client = new Solarium_Client($config); $client = new Solarium_Client($config);
// set the adapter to peclhttp // set the adapter to curl
$client->setAdapter('Solarium_Client_Adapter_Curl'); $client->setAdapter('Solarium_Client_Adapter_Curl');
// get a select query instance // get a select query instance
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment