]> Git repositories of Nishi - tewi.git/commitdiff
fix typo
authorNishi <nishi@nishi.boats>
Tue, 24 Sep 2024 17:19:05 +0000 (17:19 +0000)
committerNishi <nishi@nishi.boats>
Tue, 24 Sep 2024 17:19:05 +0000 (17:19 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@147 8739d7e6-ffea-ec47-b151-bdff447c6205

Server/http.c
Server/tw_version.h

index 5cf108dcd26cd5a7225df95854fbbbba158ffb21..60292647cf0a65e96a91aeb0295d65afb4b502c0 100644 (file)
@@ -94,7 +94,7 @@ int tw_http_parse(SSL* ssl, int sock, struct tw_http_request* req) {
 #endif
 #endif
                        if(n <= 0) {
-                               cm_log("HTTP", "Timeout, disconncting");
+                               cm_log("HTTP", "Timeout, disconnecting");
                                free(header);
                                tw_free_request(req);
                                return -1;
index b0cd08bc3938b7f1ed32e31f9ea12fbad4b258f4..80fb67c27f0633e859d9475aa1e84ae323d05846 100644 (file)
@@ -7,7 +7,7 @@
 extern "C" {
 #endif
 
-#define TW_VERSION "1.06A\0"
+#define TW_VERSION "1.06B\0"
 
 const char* tw_get_version(void);
 const char* tw_get_platform(void);