]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_proxy_fcgi: fix spelling in APLOG_INFO message
authorJacob Champion <jchampion@apache.org>
Thu, 9 Feb 2017 23:59:14 +0000 (23:59 +0000)
committerJacob Champion <jchampion@apache.org>
Thu, 9 Feb 2017 23:59:14 +0000 (23:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1782418 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_fcgi.c

index de08396b533ca3f4d3e1f3949609bd82a4ab76a5..1c26e87c8e43ab2835013ee4ef499538981ccbb6 100644 (file)
@@ -178,7 +178,7 @@ static void fix_cgivars(request_rec *r, fcgi_dirconf_t *dconf)
             const char *val = ap_expr_str_exec_re(r, entry->subst, AP_MAX_REG_MATCH, regm, &src, &err);
             if (err) {
                 ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, r, APLOGNO(03514)
-                              "Error evaluating expression for replacment of %s: '%s'",
+                              "Error evaluating expression for replacement of %s: '%s'",
                                entry->envname, err);
                 continue;
             }