From be6ce1f162ce82ee430692769324c82968c74cad Mon Sep 17 00:00:00 2001 From: Ton Huisman Date: Sat, 27 Jun 2026 13:53:55 +0200 Subject: [PATCH] [P016] Fix typo in error log --- src/_P016_IR.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_P016_IR.ino b/src/_P016_IR.ino index ae938e11c..c9524b7f6 100644 --- a/src/_P016_IR.ino +++ b/src/_P016_IR.ino @@ -653,7 +653,7 @@ boolean Plugin_016(uint8_t function, struct EventStruct *event, String& string) if (results.overflow) { - addLog(LOG_LEVEL_ERROR, F("IR: WARNING, IR code is too big for buffer. Try pressing the transmiter button only momenteraly")); + addLog(LOG_LEVEL_ERROR, F("IR: WARNING, IR code is too big for buffer. Try pressing the transmitter button only momentarily")); success = false; # if P016_EVENT_ON_ERROR