From 7128e60f76f22313cf8c03e4fbae9057793175f7 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:48:23 -0500 Subject: [PATCH] spelling: history Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/apps/system_apps/health/health_data_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/apps/system_apps/health/health_data_private.h b/src/fw/apps/system_apps/health/health_data_private.h index 863fe0b2..2ea51c83 100644 --- a/src/fw/apps/system_apps/health/health_data_private.h +++ b/src/fw/apps/system_apps/health/health_data_private.h @@ -20,7 +20,7 @@ typedef struct HealthData { //!< Current step / activity info - int32_t step_data[DAYS_PER_WEEK]; //!< Step histroy for today and the previous 6 days + int32_t step_data[DAYS_PER_WEEK]; //!< Step history for today and the previous 6 days int32_t current_distance_meters; int32_t current_calories;