summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_parse_time.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-08-31 10:40:45 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-08-31 10:40:45 +0000
commitacdb80aed45272782ad664eeb9687f1a14b844d5 (patch)
treece8783801ad11b939da12cf47a2aadfd0bc72ee7 /src/http/ngx_http_parse_time.c
parent4d4ac8f680981f8d130c46bfa116030379635105 (diff)
downloadnginx-acdb80aed45272782ad664eeb9687f1a14b844d5.tar.gz
nginx-acdb80aed45272782ad664eeb9687f1a14b844d5.tar.bz2
fix typo
Diffstat (limited to 'src/http/ngx_http_parse_time.c')
-rw-r--r--src/http/ngx_http_parse_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_parse_time.c b/src/http/ngx_http_parse_time.c
index 549873762..8489a2e0f 100644
--- a/src/http/ngx_http_parse_time.c
+++ b/src/http/ngx_http_parse_time.c
@@ -17,7 +17,7 @@ time_t ngx_http_parse_time(u_char *value, size_t len)
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;