aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_index_handler.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-01-19 17:53:14 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-01-19 17:53:14 +0000
commitde8fcead5e89f4139f1dbfe1407aac8ba4ada333 (patch)
tree29e928e0c29531aecb2d67271775ba017194626c /src/http/modules/ngx_http_index_handler.c
parentad22e01112003ec8600f3e1f6ef184fc18a69bc8 (diff)
downloadnginx-de8fcead5e89f4139f1dbfe1407aac8ba4ada333.tar.gz
nginx-de8fcead5e89f4139f1dbfe1407aac8ba4ada333.zip
nginx-0.0.1-2003-01-19-20:53:14 import
Diffstat (limited to 'src/http/modules/ngx_http_index_handler.c')
-rw-r--r--src/http/modules/ngx_http_index_handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_index_handler.c b/src/http/modules/ngx_http_index_handler.c
index 19de209cb..78a058b63 100644
--- a/src/http/modules/ngx_http_index_handler.c
+++ b/src/http/modules/ngx_http_index_handler.c
@@ -64,7 +64,7 @@ ngx_module_t ngx_http_index_module = {
/*
Try to open first index file before the test of the directory existence
because the valid requests should be many more then invalid ones.
- If open() is failed then stat() should be more quickly because some data
+ If open() failed then stat() should be more quickly because some data
is already cached in the kernel. Besides Win32 has ERROR_PATH_NOT_FOUND
and Unix has ENOTDIR error (although it less helpfull).
*/