diff --git a/httprl.module b/httprl.module index 26cc651b8f7a79cf51950bdc50f75b8ad61ccdc9..1d51891bd6b24360f6e0077dec262a7387690c9e 100644 --- a/httprl.module +++ b/httprl.module @@ -993,7 +993,7 @@ function httprl_request($urls, $options = array()) { continue; } - // Use a sync of async connection. + // Use a sync or async connection. $flags = httprl_set_connection_flag($these_options, $uri); // Set basic authorization header if needed. httprl_basic_auth($uri, $these_options);