Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure erase...
[pub/USBasp.git] / Projects / Webserver / Lib / HTTPServerApp.c
index 635a307..c2263cb 100644 (file)
@@ -150,7 +150,7 @@ void HTTPServerApp_Callback(void)
        }               \r
 }\r
 \r
-/** HTTP Server State handler for the Request Process state. This state manages the processing of incomming HTTP\r
+/** HTTP Server State handler for the Request Process state. This state manages the processing of incoming HTTP\r
  *  GET requests to the server from the receiving HTTP client.\r
  */\r
 static void HTTPServerApp_OpenRequestedFile(void)\r
@@ -198,7 +198,7 @@ static void HTTPServerApp_SendResponseHeader(void)
        uip_tcp_appstate_t* const AppState    = &uip_conn->appstate;\r
        char*               const AppData     = (char*)uip_appdata;\r
 \r
-       char*    HeaderToSend;\r
+       char* HeaderToSend;\r
 \r
        /* Determine which HTTP header should be sent to the client */\r
        if (AppState->HTTPServer.FileOpen)\r