Fix spelling (#23278)

This commit is contained in:
Norbert 2025-04-11 08:54:44 +02:00 committed by GitHub
parent cfe1cee4d3
commit 6b7606c958
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -164,7 +164,7 @@ static esp_err_t webfiles_handler(httpd_req_t *req) {
FILE *file = NULL; FILE *file = NULL;
struct stat file_stat; struct stat file_stat;
bool use_compression = false; 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 // Process any URL query parameters if needed
char *query = strchr(req->uri, '?'); char *query = strchr(req->uri, '?');