From: Christophe Jaillet Date: Sun, 20 Jan 2019 09:55:41 +0000 (+0000) Subject: Fix a typo reported by [stephane.blondon gmail.com] X-Git-Tag: 2.5.0-alpha2-ci-test-only~2198 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0788858f206bfa3cbc3b0ba237c935bf002d896;p=thirdparty%2Fapache%2Fhttpd.git Fix a typo reported by [stephane.blondon gmail.com] PR 63092 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851702 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/util_expr_eval.c b/server/util_expr_eval.c index 649d45664f3..de2158e2b23 100644 --- a/server/util_expr_eval.c +++ b/server/util_expr_eval.c @@ -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