]> git.kaiwu.me - nginx.git/commitdiff
fix comment
authorIgor Sysoev <igor@sysoev.ru>
Sat, 5 Jan 2008 19:07:10 +0000 (19:07 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sat, 5 Jan 2008 19:07:10 +0000 (19:07 +0000)
src/http/modules/ngx_http_dav_module.c

index 220b4678c98d7e7309d938b8164c4b8b0be108f9..7c3cb9e2c84ef9e47e37f02bddde6bf18f54332f 100644 (file)
@@ -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);