From: Igor Sysoev Date: Sat, 5 Jan 2008 19:07:10 +0000 (+0000) Subject: fix comment X-Git-Tag: release-0.6.25~4 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=67913781fcd0454555b084fe3162f8953c3b627b;p=nginx.git fix comment --- diff --git a/src/http/modules/ngx_http_dav_module.c b/src/http/modules/ngx_http_dav_module.c index 220b4678c..7c3cb9e2c 100644 --- 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);