aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-01-05 19:07:10 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-01-05 19:07:10 +0000
commit67913781fcd0454555b084fe3162f8953c3b627b (patch)
treecade82a23d6c687dd445cdb67872ee79313661ad /src
parent0272977afbea8559de5e3006cbc5cd8a0a809c61 (diff)
downloadnginx-67913781fcd0454555b084fe3162f8953c3b627b.tar.gz
nginx-67913781fcd0454555b084fe3162f8953c3b627b.zip
fix comment
Diffstat (limited to 'src')
-rw-r--r--src/http/modules/ngx_http_dav_module.c2
1 files changed, 1 insertions, 1 deletions
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);