This commit is contained in:
Tatsuhiro Tsujikawa 2015-07-04 16:02:28 +09:00
parent 43d6f6b16a
commit 3973d9ce12
1 changed files with 1 additions and 1 deletions

View File

@ -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