]> git.kaiwu.me - nginx.git/commitdiff
fix comment
authorIgor Sysoev <igor@sysoev.ru>
Tue, 18 Dec 2007 15:12:33 +0000 (15:12 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 18 Dec 2007 15:12:33 +0000 (15:12 +0000)
src/http/modules/ngx_http_dav_module.c

index b9d01f391dc1eee3409fb461185e4e92b20b1d4b..e1533e86749a80e4f38e7852caace1f475137b14 100644 (file)
@@ -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;