diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-04-25 20:13:21 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-04-25 20:13:21 +0000 |
| commit | 3f4685f3ded30199ec0c61f98b016f5880330422 (patch) | |
| tree | 9b633e6681f3b02123700dea850ba0083eb4d6cb /src/core/ngx_times.c | |
| parent | a040f00167fa64e0bd5ea85f3c0551358e0ee544 (diff) | |
| download | nginx-3f4685f3ded30199ec0c61f98b016f5880330422.tar.gz nginx-3f4685f3ded30199ec0c61f98b016f5880330422.tar.bz2 | |
nginx-0.0.3-2004-04-26-00:13:21 import
Diffstat (limited to 'src/core/ngx_times.c')
| -rw-r--r-- | src/core/ngx_times.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_times.c b/src/core/ngx_times.c index 097186a25..ac2a3a9db 100644 --- a/src/core/ngx_times.c +++ b/src/core/ngx_times.c @@ -31,7 +31,7 @@ static u_char cached_http_log_time0[] = "28/Sep/1970:12:00:00 +0600"; static u_char cached_http_log_time1[] = "28/Sep/1970:12:00:00 +0600"; -static char *week[] = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fir", "Sat" }; +static char *week[] = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" }; static char *months[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" }; |
