summaryrefslogtreecommitdiff
path: root/src/static_libs/http-parser/README.md
diff options
context:
space:
mode:
authorYeongjong Lee <yj34.lee@samsung.com>2018-08-31 17:45:31 +0900
committerHermet Park <hermetpark@gmail.com>2018-08-31 17:45:31 +0900
commit02d83ebcd446aa15bb56fd65407b93b5810ea17e (patch)
tree33c9c41ee4a074f867f1599e13cc6e16d9d5e834 /src/static_libs/http-parser/README.md
parentb224cecf90f529d449afb5e9416af38782d02d41 (diff)
downloadefl-02d83ebcd446aa15bb56fd65407b93b5810ea17e.tar.gz
docs: Fix typos in API reference doc and comments.
Reviewers: Hermet, segfaultxavi Reviewed By: Hermet, segfaultxavi Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D6948
Diffstat (limited to 'src/static_libs/http-parser/README.md')
-rw-r--r--src/static_libs/http-parser/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static_libs/http-parser/README.md b/src/static_libs/http-parser/README.md
index 0bf5d359ac..a054dbe167 100644
--- a/src/static_libs/http-parser/README.md
+++ b/src/static_libs/http-parser/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);