diff options
author | Luca Toscano <elukey@apache.org> | 2016-07-01 17:00:42 +0200 |
---|---|---|
committer | Luca Toscano <elukey@apache.org> | 2016-07-01 17:00:42 +0200 |
commit | 0f18d85a321b67fa388140a7437a1c9d301d953b (patch) | |
tree | 6b92e2479f4bfa355310db0d1855be88eab78251 /server/util_script.c | |
parent | ab: follow up to r1750854. (diff) | |
download | apache2-0f18d85a321b67fa388140a7437a1c9d301d953b.tar.xz apache2-0f18d85a321b67fa388140a7437a1c9d301d953b.zip |
Fixed typo in log message, wrong RFC mentioned.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1750953 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/util_script.c')
-rw-r--r-- | server/util_script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/util_script.c b/server/util_script.c index e848f74930..4f839cd794 100644 --- a/server/util_script.c +++ b/server/util_script.c @@ -679,7 +679,7 @@ AP_DECLARE(int) ap_scan_script_header_err_core_ex(request_rec *r, char *buffer, apr_rfc822_date(last_modified_datestr, last_modified_date); ap_log_rerror(SCRIPT_LOG_MARK, APLOG_TRACE1, 0, r, "The Last-Modified header value '%s' " - "(parsed as RFC882/RFC1123 datetime, " + "(parsed as RFC822/RFC1123 datetime, " "that assumes the GMT timezone) " "has been replaced with: '%s'. " "An origin server with a clock must not send " |