You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2019/01/20 09:55:41 UTC

svn commit: r1851702 - /httpd/httpd/trunk/server/util_expr_eval.c

Author: jailletc36
Date: Sun Jan 20 09:55:41 2019
New Revision: 1851702

URL: http://svn.apache.org/viewvc?rev=1851702&view=rev
Log:
Fix a typo reported by [stephane.blondon gmail.com]
PR 63092

Modified:
    httpd/httpd/trunk/server/util_expr_eval.c

Modified: httpd/httpd/trunk/server/util_expr_eval.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/util_expr_eval.c?rev=1851702&r1=1851701&r2=1851702&view=diff
==============================================================================
--- httpd/httpd/trunk/server/util_expr_eval.c (original)
+++ httpd/httpd/trunk/server/util_expr_eval.c Sun Jan 20 09:55:41 2019
@@ -2191,7 +2191,7 @@ static int expr_lookup_not_found(ap_expr
         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