From ac28cd7efad52208c1f796848ee4b185dc65d732 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Fri, 1 Aug 2014 09:05:37 +0200 Subject: [PATCH] Fix typo --- lib/nghttp2_session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nghttp2_session.c b/lib/nghttp2_session.c index ed83b77d..4af8b986 100644 --- a/lib/nghttp2_session.c +++ b/lib/nghttp2_session.c @@ -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));