typo
authorMichael Wallner <mike@php.net>
Wed, 11 Feb 2015 09:42:25 +0000 (10:42 +0100)
committerMichael Wallner <mike@php.net>
Wed, 11 Feb 2015 09:42:25 +0000 (10:42 +0100)
php_http_client_curl.c

index 289e43c372e0149214875963ca54c3e5458ec539..a41075cfee2b7896334c9ad00917815ebbe52008 100644 (file)
@@ -1682,7 +1682,7 @@ static void php_http_curlm_options_init(php_http_options_t *registry TSRMLS_DC)
        php_http_option_register(registry, ZEND_STRL("pipelining"), CURLMOPT_PIPELINING, IS_BOOL);
        /* chunk length threshold for pipelining */
 #if PHP_HTTP_CURL_VERSION(7,30,0)
-       php_http_option_register(registry, ZEND_STRL("chunk_lenght_penalty_size"), CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE, IS_LONG);
+       php_http_option_register(registry, ZEND_STRL("chunk_length_penalty_size"), CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE, IS_LONG);
 #endif
        /* size threshold for pipelining penalty */
 #if PHP_HTTP_CURL_VERSION(7,30,0)