summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_times.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-04-25 20:13:21 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-04-25 20:13:21 +0000
commit3f4685f3ded30199ec0c61f98b016f5880330422 (patch)
tree9b633e6681f3b02123700dea850ba0083eb4d6cb /src/core/ngx_times.c
parenta040f00167fa64e0bd5ea85f3c0551358e0ee544 (diff)
downloadnginx-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.c2
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" };