changeset 1749:b87ce8dcba37

fix comment
author Igor Sysoev <igor@sysoev.ru>
date Tue, 18 Dec 2007 15:12:33 +0000
parents 91d381e4e691
children e16813ff8618
files src/http/modules/ngx_http_dav_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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_reques
         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;