From 7d745d4c61ded96d3d574930a62d8460f1276298 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:35:16 -0500 Subject: [PATCH] spelling: relation Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/normal/activity/insights_settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/normal/activity/insights_settings.h b/src/fw/services/normal/activity/insights_settings.h index 5f5aa029..4538f8b5 100644 --- a/src/fw/services/normal/activity/insights_settings.h +++ b/src/fw/services/normal/activity/insights_settings.h @@ -54,7 +54,7 @@ typedef struct PACKED ActivitySummarySettings { int8_t below_avg_threshold; //!< Values less than this are counted as above avg //!< In relation to 100% (eg 93% would be -7) int8_t fail_threshold; //!< Values less than this are counted as fail - //!< In releastion to 100% (e.g. 55% would be -45) + //!< In relation to 100% (e.g. 55% would be -45) union { struct PACKED {