]> git.kaiwu.me - nginx.git/commitdiff
nginx-0.0.1-2003-01-19-20:53:14 import
authorIgor Sysoev <igor@sysoev.ru>
Sun, 19 Jan 2003 17:53:14 +0000 (17:53 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sun, 19 Jan 2003 17:53:14 +0000 (17:53 +0000)
src/http/modules/ngx_http_index_handler.c

index 19de209cb6b474607b4fc8a1d3f5fdb68b5ad7da..78a058b63bc89bddbd1a38beac804485a14b5641 100644 (file)
@@ -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).
 */