fix comment

This commit is contained in:
Igor Sysoev 2008-01-05 19:07:10 +00:00
parent 26e737a2c8
commit 39de6a4033
1 changed files with 1 additions and 1 deletions

View 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);