From 837f87c424698d84efd1686af2384381c3d14ff2 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:21:27 -0500 Subject: [PATCH] spelling: corner Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .../system_apps/health/health_activity_summary_card_segments.h | 2 +- .../apps/system_apps/health/health_hr_summary_card_segments.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fw/apps/system_apps/health/health_activity_summary_card_segments.h b/src/fw/apps/system_apps/health/health_activity_summary_card_segments.h index 1a9b38c1..204a8700 100644 --- a/src/fw/apps/system_apps/health/health_activity_summary_card_segments.h +++ b/src/fw/apps/system_apps/health/health_activity_summary_card_segments.h @@ -19,7 +19,7 @@ #include "health_progress.h" //! 5 main segments + 2 real corners + 2 endcaps implemented as corners (for bw) -//! Each of the 5 non-corener segments get 20% of the total +//! Each of the 5 non-corner segments get 20% of the total #define AMOUNT_PER_SEGMENT (HEALTH_PROGRESS_BAR_MAX_VALUE * 20 / 100) // Found through trial and error diff --git a/src/fw/apps/system_apps/health/health_hr_summary_card_segments.h b/src/fw/apps/system_apps/health/health_hr_summary_card_segments.h index 90dbd10c..2f1c5863 100644 --- a/src/fw/apps/system_apps/health/health_hr_summary_card_segments.h +++ b/src/fw/apps/system_apps/health/health_hr_summary_card_segments.h @@ -19,7 +19,7 @@ #include "health_progress.h" //! 4 main segments + 4 real corners -//! Each of the 4 non-corener segments get 25% of the total +//! Each of the 4 non-corner segments get 25% of the total #define AMOUNT_PER_SEGMENT (HEALTH_PROGRESS_BAR_MAX_VALUE * 25 / 100) // The shape is the same, but the offsets are different