]> granicus.if.org Git - apache/commitdiff
Typo
authorChristophe Jaillet <jailletc36@apache.org>
Wed, 20 Apr 2016 21:34:48 +0000 (21:34 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 20 Apr 2016 21:34:48 +0000 (21:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1740199 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_h2.c

index 05fb6ef6fddeaf71f4ec6eee029bb2f10854e6c1..ab30be1fee009bc1f7c333462110fee53ba6fbf1 100644 (file)
@@ -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";
 }
 
 /*******************************************************************************