From 27e0189875b2ce1a4a8a15f93232bc35deaff09c Mon Sep 17 00:00:00 2001 From: divadiow <62958974+divadiow@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:10:17 +0100 Subject: [PATCH] spelling (#1319) --- src/httpserver/http_fns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/httpserver/http_fns.c b/src/httpserver/http_fns.c index 385518d5c..e6ad59749 100644 --- a/src/httpserver/http_fns.c +++ b/src/httpserver/http_fns.c @@ -2616,7 +2616,7 @@ const char* g_obk_flagNames[] = { "[LED] Automatically enable Light when changing brightness, color or temperature on WWW panel", "[LED] Smooth transitions for LED (EXPERIMENTAL)", "[MQTT] Always publish channels used by TuyaMCU", - "[LED] Force RGB mode (3 PWMs for LEDs) and ignore futher PWMs if they are set", + "[LED] Force RGB mode (3 PWMs for LEDs) and ignore further PWMs if they are set", "[MQTT] Retain power channels (Relay channels, etc)", "[IR] Do MQTT publish (Tasmota JSON format) for incoming IR data", "[LED] Automatically enable Light on any change of brightness, color or temperature",