comparison src/http/ngx_http_parse_time.c @ 684:e3e0b20d8eb2

fix typo
author Igor Sysoev <igor@sysoev.ru>
date Thu, 31 Aug 2006 10:40:45 +0000
parents d4ea69372b94
children bc9751affada
comparison
equal deleted inserted replaced
683:20a19a19f0d1 684:e3e0b20d8eb2
15 { 15 {
16 u_char *p, *end; 16 u_char *p, *end;
17 int day, month, year, hour, min, sec; 17 int day, month, year, hour, min, sec;
18 enum { 18 enum {
19 no = 0, 19 no = 0,
20 rfc822, /* Tue 10 Nov 2002 23:50:13 */ 20 rfc822, /* Tue, 10 Nov 2002 23:50:13 */
21 rfc850, /* Tuesday, 10-Dec-02 23:50:13 */ 21 rfc850, /* Tuesday, 10-Dec-02 23:50:13 */
22 isoc /* Tue Dec 10 23:50:13 2002 */ 22 isoc /* Tue Dec 10 23:50:13 2002 */
23 } fmt; 23 } fmt;
24 24
25 fmt = 0; 25 fmt = 0;