diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2019-01-20 09:55:41 +0000 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2019-01-20 09:55:41 +0000 |
commit | a0788858f206bfa3cbc3b0ba237c935bf002d896 (patch) | |
tree | 34b1b596886b8c4b6616394e4333bfc79ec3448c /server | |
parent | 758c7c7c113020e83ccf57e8ec51b4280b98a025 (diff) | |
download | httpd-a0788858f206bfa3cbc3b0ba237c935bf002d896.tar.gz |
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
Diffstat (limited to 'server')
-rw-r--r-- | server/util_expr_eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |