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;