changeset 1831:bf8666beb499

fix comment
author Igor Sysoev <igor@sysoev.ru>
date Sat, 05 Jan 2008 19:07:10 +0000
parents cac010479ea0
children 2547ef00c722
files src/http/modules/ngx_http_dav_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_dav_module.c
+++ b/src/http/modules/ngx_http_dav_module.c
@@ -358,7 +358,7 @@ ok:
 
         /*
          * we do not need to test (r->uri.data[r->uri.len - 1] == '/')
-         * because it ngx_file_info("/file/") returned NGX_ENOTDIR above
+         * because ngx_file_info("/file/") returned NGX_ENOTDIR above
          */
 
         depth = ngx_http_dav_depth(r, 0);