Merge branch 'alagoutte-misc'

This commit is contained in:
Tatsuhiro Tsujikawa 2014-08-01 20:51:49 +09:00
commit 99ceb7df33
1 changed files with 1 additions and 1 deletions

View File

@ -4304,7 +4304,7 @@ ssize_t nghttp2_session_mem_recv(nghttp2_session *session,
if(iframe->frame.hd.length > session->local_settings.max_frame_size) {
DEBUGF(fprintf(stderr,
"recv: legnth is too large %u > %u\n",
"recv: length is too large %u > %u\n",
iframe->frame.hd.length,
session->local_settings.max_frame_size));