From e12b27747220a8ad2e04a88c5e7016977061af5b Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 25 Oct 2025 11:11:38 +0200 Subject: [PATCH] typo --- src/core/helpers.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/helpers.cpp b/src/core/helpers.cpp index 5dd08c1c2..9fba3184e 100644 --- a/src/core/helpers.cpp +++ b/src/core/helpers.cpp @@ -425,7 +425,7 @@ char * Helpers::render_string(char * result, const char * c, const uint8_t len) c++; p++; } - *p = '\0'; // terminat result + *p = '\0'; // terminate result return result; } @@ -467,7 +467,7 @@ char * Helpers::utf8tolatin1(char * result, const char * c, const uint8_t len) { c++; p++; } - *p = '\0'; // terminat result + *p = '\0'; // terminate result return result; } // creates string of hex values from an array of bytes