commit | acdb80aed45272782ad664eeb9687f1a14b844d5 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu Aug 31 10:40:45 2006 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu Aug 31 10:40:45 2006 +0000 |
tree | ce8783801ad11b939da12cf47a2aadfd0bc72ee7 | |
parent | 4d4ac8f680981f8d130c46bfa116030379635105 [diff] |
fix typo
diff --git a/src/http/ngx_http_parse_time.c b/src/http/ngx_http_parse_time.c index 5498737..8489a2e 100644 --- a/src/http/ngx_http_parse_time.c +++ b/src/http/ngx_http_parse_time.c
@@ -17,7 +17,7 @@ int day, month, year, hour, min, sec; enum { no = 0, - rfc822, /* Tue 10 Nov 2002 23:50:13 */ + rfc822, /* Tue, 10 Nov 2002 23:50:13 */ rfc850, /* Tuesday, 10-Dec-02 23:50:13 */ isoc /* Tue Dec 10 23:50:13 2002 */ } fmt;