]> git.kaiwu.me - nginx.git/commitdiff
fix typo
authorIgor Sysoev <igor@sysoev.ru>
Thu, 31 Aug 2006 10:40:45 +0000 (10:40 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 31 Aug 2006 10:40:45 +0000 (10:40 +0000)
src/http/ngx_http_parse_time.c

index 54987376244baf51e290d1a97e0c27f712727691..8489a2e0f23d8905fac82dc2dac56d4431f963f0 100644 (file)
@@ -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;