From 3973d9ce12a1d9a5c48cbf4b84c462d690adfe2c Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 4 Jul 2015 16:02:28 +0900 Subject: [PATCH] Fix typo --- lib/includes/nghttp2/nghttp2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/includes/nghttp2/nghttp2.h b/lib/includes/nghttp2/nghttp2.h index fde83355..41e9429f 100644 --- a/lib/includes/nghttp2/nghttp2.h +++ b/lib/includes/nghttp2/nghttp2.h @@ -1523,7 +1523,7 @@ typedef int (*nghttp2_on_begin_headers_callback)(nghttp2_session *session, * used, nghttp2 library does perform validation against the |name| * and the |value| using `nghttp2_check_header_name()` and * `nghttp2_check_header_value()`. In addition to this, nghttp2 - * performs vaidation based on HTTP Messaging rule, which is briefly + * performs validation based on HTTP Messaging rule, which is briefly * explained in :ref:`http-messaging` section. * * If the application uses `nghttp2_session_mem_recv()`, it can return