From: Nishi Date: Tue, 24 Sep 2024 17:19:05 +0000 (+0000) Subject: fix typo X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=be476691aaca52258588b6e9e9b78b7dce680609;p=tewi.git fix typo git-svn-id: file:///raid/svn-personal/tewi/trunk@147 8739d7e6-ffea-ec47-b151-bdff447c6205 --- diff --git a/Server/http.c b/Server/http.c index 5cf108d..6029264 100644 --- a/Server/http.c +++ b/Server/http.c @@ -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; diff --git a/Server/tw_version.h b/Server/tw_version.h index b0cd08b..80fb67c 100644 --- a/Server/tw_version.h +++ b/Server/tw_version.h @@ -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);