소스 검색

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);