diff --git a/firmware/console/status_loop.cpp b/firmware/console/status_loop.cpp index 05f24c26c5..2eeaf3be7b 100644 --- a/firmware/console/status_loop.cpp +++ b/firmware/console/status_loop.cpp @@ -401,7 +401,7 @@ extern int totalLoggedBytes; if (hasFirmwareError()) { // special behavior in case of critical error - not equal on/off time - // this special behaviour helps to notice that something is not right, also + // this special behavior helps to notice that something is not right, also // differentiates software firmware error from critical interrupt error with CPU halt. offTimeMs = 50; onTimeMs = 450;