From acdb80aed45272782ad664eeb9687f1a14b844d5 Mon Sep 17 00:00:00 2001
From: Igor Sysoev <igor@sysoev.ru>
Date: Thu, 31 Aug 2006 10:40:45 +0000
Subject: [PATCH] fix typo

---
 src/http/ngx_http_parse_time.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;