Commit 805db1f9 authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

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
parent 0a436e8f
Loading
Loading
Loading
Loading
+1 −1
Changes for server/util_expr_eval.c: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -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