]> granicus.if.org Git - apache/commitdiff
Fix a typo reported by [stephane.blondon gmail.com]
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 20 Jan 2019 09:55:41 +0000 (09:55 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 20 Jan 2019 09:55:41 +0000 (09:55 +0000)
PR 63092

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851702 13f79535-47bb-0310-9956-ffa450edef68

server/util_expr_eval.c

index 649d45664f336147d7c19a494d02ff3946b89327..de2158e2b237e9242b7a8a8e7a0fd20754dfd61a 100644 (file)
@@ -2191,7 +2191,7 @@ static int expr_lookup_not_found(ap_expr_lookup_parms *parms)
         type = "Binary operator";
         break;
     default:
-        *parms->err = "Inavalid expression type in expr_lookup";
+        *parms->err = "Invalid expression type in expr_lookup";
         return !OK;
     }
     if (   parms->type == AP_EXPR_FUNC_OP_UNARY