diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-12-18 15:12:33 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-12-18 15:12:33 +0000 |
commit | b3ea970288b1d675667f8ca825a34059365f23bf (patch) | |
tree | e3ad1b2724b926e8b3a5d7d7fb32cae2c855e559 /src | |
parent | 00cbb8a16e09e31b9753b777135e7d73bf1c760e (diff) | |
download | nginx-b3ea970288b1d675667f8ca825a34059365f23bf.tar.gz nginx-b3ea970288b1d675667f8ca825a34059365f23bf.zip |
fix comment
Diffstat (limited to 'src')
-rw-r--r-- | src/http/modules/ngx_http_dav_module.c | 2 |
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 b9d01f391..e1533e867 100644 --- a/src/http/modules/ngx_http_dav_module.c +++ b/src/http/modules/ngx_http_dav_module.c @@ -969,7 +969,7 @@ ngx_http_dav_delete_path(ngx_http_request_t *r, ngx_str_t *path, ngx_uint_t dir) tree.alloc = 0; tree.log = r->connection->log; - /* todo: 207 */ + /* TODO: 207 */ if (ngx_walk_tree(&tree, path) != NGX_OK) { return NGX_HTTP_INTERNAL_SERVER_ERROR; |