From d9839543b608f3f9480e678bb10f3bdf778f31f5 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Wed, 20 Apr 2016 21:34:48 +0000 Subject: [PATCH] Typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1740199 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http2/h2_h2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http2/h2_h2.c b/modules/http2/h2_h2.c index 05fb6ef6fd..ab30be1fee 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"; } /******************************************************************************* -- 2.50.1