From a0788858f206bfa3cbc3b0ba237c935bf002d896 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 20 Jan 2019 09:55:41 +0000 Subject: [PATCH] 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 --- server/util_expr_eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/util_expr_eval.c b/server/util_expr_eval.c index 649d45664f..de2158e2b2 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 -- 2.40.0