From 8d9e5db981b623fffc93657abacdc80270cbee58 Mon Sep 17 00:00:00 2001 From: Rex Feng Date: Thu, 10 Apr 2014 02:40:48 -0400 Subject: [PATCH] fix typo in README comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bf5d35..a054dbe 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ if (recved < 0) { } /* Start up / continue the parser. - * Note we pass recved==0 to signal that EOF has been recieved. + * Note we pass recved==0 to signal that EOF has been received. */ nparsed = http_parser_execute(parser, &settings, buf, recved);