From 6b7606c958979c4c40b695d094bd26491bf9035e Mon Sep 17 00:00:00 2001 From: Norbert <48217146+Noschvie@users.noreply.github.com> Date: Fri, 11 Apr 2025 08:54:44 +0200 Subject: [PATCH] Fix spelling (#23278) --- lib/libesp32/berry_tasmota/src/be_webfiles_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libesp32/berry_tasmota/src/be_webfiles_lib.c b/lib/libesp32/berry_tasmota/src/be_webfiles_lib.c index bda127ec2..c2fecb1a7 100644 --- a/lib/libesp32/berry_tasmota/src/be_webfiles_lib.c +++ b/lib/libesp32/berry_tasmota/src/be_webfiles_lib.c @@ -164,7 +164,7 @@ static esp_err_t webfiles_handler(httpd_req_t *req) { FILE *file = NULL; struct stat file_stat; bool use_compression = false; - const char* compression_type = NULL; // Only "gzip" for for now + const char* compression_type = NULL; // Only Gzip for now // Process any URL query parameters if needed char *query = strchr(req->uri, '?');