浏览代码

Fix comment

bel2125 10 年之前
父节点
当前提交
ea4b4c2e32
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/civetweb.c

+ 1 - 1
src/civetweb.c

@@ -6305,7 +6305,7 @@ static void handle_request(struct mg_connection *conn)
         return;
     }
 
-    /* 13. Handle other methods than GET/HEAD
+    /* 13. Handle other methods than GET/HEAD */
     /* 13.1. Handle PROPFIND */
     if (!strcmp(ri->request_method, "PROPFIND")) {
         handle_propfind(conn, path, &file);