From 905e959130c31f325543803b9221118ca785847a Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 19 Mar 2012 22:44:48 +0100 Subject: [PATCH] Correct misspelling in http_parser.h --- http_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_parser.h b/http_parser.h index 8ed4180..4cfefbe 100644 --- a/http_parser.h +++ b/http_parser.h @@ -288,7 +288,7 @@ size_t http_parser_execute(http_parser *parser, /* If http_should_keep_alive() in the on_headers_complete or - * on_message_complete callback returns true, then this will be should be + * on_message_complete callback returns true, then this should be * the last message on the connection. * If you are the server, respond with the "Connection: close" header. * If you are the client, close the connection.