From 0248c81c86f2f58c850520fe9f10a0cd2c940028 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:53:44 -0500 Subject: [PATCH] spelling: building Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/apps/system_apps/settings/settings_system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/apps/system_apps/settings/settings_system.c b/src/fw/apps/system_apps/settings/settings_system.c index b9d1bf4f..77c8954a 100644 --- a/src/fw/apps/system_apps/settings/settings_system.c +++ b/src/fw/apps/system_apps/settings/settings_system.c @@ -92,7 +92,7 @@ typedef struct SystemCertificationData { GBitmap **regulatory_marks; uint8_t regulatory_marks_count; - // For buiding up regulatory marks cells when constructing the menu + // For building up regulatory marks cells when constructing the menu uint8_t current_regulatory_marks_cell_start_idx; uint8_t num_regulatory_marks_in_current_cell; uint16_t current_regulatory_marks_cell_width;