@cryptotaxi247 / netdata-1 / commits / 36d98e2c3

Fix typo in aclk_query.c (#11737)

lenght -> length

Ikko Ashimine committed Nov 1, 2021 at 16:24 UTC 36d98e2c3dca572dd929dd4ee100b96c7443b317
1 file changed +1 -1
aclk/aclk_query.c
+1 -1
@@ -179,7 +179,7 @@ static int http_api_v2(struct aclk_query_thread *query_thr, aclk_query_t query)
179 z_buffer->len += bytes_to_cpy;
180 } while(z_ret != Z_STREAM_END);
181 // so that web_client_build_http_header
182 - // puts correct content lenght into header
182 + // puts correct content length into header
183 buffer_free(w->response.data);
184 w->response.data = z_buffer;
185 z_buffer = NULL;