From 17ed7deb7c7a3c4f88300fc18333e93c8a33b460 Mon Sep 17 00:00:00 2001 From: George Miroshnykov Date: Thu, 21 Aug 2014 12:42:10 +0300 Subject: [PATCH] header: typo fix in a comment Reviewed-By: Fedor Indutny --- http_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_parser.h b/http_parser.h index 3ba4c7e..843817b 100644 --- a/http_parser.h +++ b/http_parser.h @@ -76,7 +76,7 @@ typedef struct http_parser_settings http_parser_settings; * HEAD request which may contain 'Content-Length' or 'Transfer-Encoding: * chunked' headers that indicate the presence of a body. * - * http_data_cb does not return data chunks. It will be call arbitrarally + * http_data_cb does not return data chunks. It will be called arbitrarily * many times for each string. E.G. you might get 10 callbacks for "on_url" * each providing just a few characters more data. */