]> granicus.if.org Git - apache/commitdiff
Fixed typo in log message, wrong RFC mentioned.
authorLuca Toscano <elukey@apache.org>
Fri, 1 Jul 2016 15:00:42 +0000 (15:00 +0000)
committerLuca Toscano <elukey@apache.org>
Fri, 1 Jul 2016 15:00:42 +0000 (15:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1750953 13f79535-47bb-0310-9956-ffa450edef68

server/util_script.c

index e848f74930d76370f08480a81fa9f8d4194a4b2b..4f839cd7940f3871b5fc54658beedcf7b00a31b7 100644 (file)
@@ -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 "