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	Mon Dec 17 21:29:34 2007 +0000
+++ b/src/http/modules/ngx_http_dav_module.c	Tue Dec 18 15:12:33 2007 +0000
@@ -969,7 +969,7 @@
         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;