This commit is contained in:
Alexis La Goutte 2014-08-01 09:05:37 +02:00
parent a5ec5c1a1d
commit ac28cd7efa
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));