# HG changeset patch # User Igor Sysoev # Date 1199560030 0 # Node ID bf8666beb499fee39643b642496069477e794b50 # Parent cac010479ea039e6482c4063cc4efd1013acb804 fix comment diff --git a/src/http/modules/ngx_http_dav_module.c b/src/http/modules/ngx_http_dav_module.c --- 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);