From: Christophe Jaillet Date: Wed, 20 Apr 2016 21:34:48 +0000 (+0000) Subject: Typo X-Git-Tag: 2.5.0-alpha~1721 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9839543b608f3f9480e678bb10f3bdf778f31f5;p=thirdparty%2Fapache%2Fhttpd.git Typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1740199 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_h2.c b/modules/http2/h2_h2.c index 05fb6ef6fdd..ab30be1fee0 100644 --- a/modules/http2/h2_h2.c +++ b/modules/http2/h2_h2.c @@ -86,7 +86,7 @@ const char *h2_h2_err_description(unsigned int h2_error) if (h2_error < (sizeof(h2_err_descr)/sizeof(h2_err_descr[0]))) { return h2_err_descr[h2_error]; } - return "unknown http/2 errotr code"; + return "unknown http/2 error code"; } /*******************************************************************************