spelling: history

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:48:23 -05:00
parent d6faaacb44
commit 7128e60f76
1 changed files with 1 additions and 1 deletions

View File

@ -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;