diff options
author | Eric Covener <covener@apache.org> | 2011-02-14 21:51:42 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2011-02-14 21:51:42 +0100 |
commit | c329a283e31eb346485c365e3ce1ad27526e89df (patch) | |
tree | 162e7f5670258edf8b2ae20a4c8fd547a7f8a718 /server | |
parent | Log a hint about the directory needing to be executable (diff) | |
download | apache2-c329a283e31eb346485c365e3ce1ad27526e89df.tar.xz apache2-c329a283e31eb346485c365e3ce1ad27526e89df.zip |
typo in format string for 1070660
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070663 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server')
-rw-r--r-- | server/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/config.c b/server/config.c index 5f97c10b4f..31def823c3 100644 --- a/server/config.c +++ b/server/config.c @@ -2034,7 +2034,7 @@ AP_CORE_DECLARE(int) ap_parse_htaccess(ap_conf_vector_t **result, && !APR_STATUS_IS_ENOTDIR(status)) { ap_log_rerror(APLOG_MARK, APLOG_CRIT, status, r, "%s pcfg_openfile: unable to check htaccess file, " - "ensure it is readable and that '%d' " + "ensure it is readable and that '%s' " "is executable", filename, d); apr_table_setn(r->notes, "error-notes", |