diff src/http/modules/ngx_http_dav_module.c @ 1831:bf8666beb499

fix comment
author Igor Sysoev <igor@sysoev.ru>
date Sat, 05 Jan 2008 19:07:10 +0000
parents 1f3c2b6607e0
children aa343f669f11
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);