From 06296179d9eb86f7a6721534da00766e50954a06 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:44:54 -0500 Subject: [PATCH] spelling: structure Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/normal/activity/activity_sessions.c | 2 +- src/fw/services/normal/timezone_database.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fw/services/normal/activity/activity_sessions.c b/src/fw/services/normal/activity/activity_sessions.c index 1034e535..7981347b 100644 --- a/src/fw/services/normal/activity/activity_sessions.c +++ b/src/fw/services/normal/activity/activity_sessions.c @@ -323,7 +323,7 @@ void activity_sessions_prv_send_activity_session_to_data_logging(ActivitySession } -// This structre holds stats we collected from going through a list of sleep sessions. It is +// This structure holds stats we collected from going through a list of sleep sessions. It is // filled in by prv_compute_sleep_stats typedef struct { ActivityScalarStore total_minutes; diff --git a/src/fw/services/normal/timezone_database.h b/src/fw/services/normal/timezone_database.h index 398732c5..7692cdff 100644 --- a/src/fw/services/normal/timezone_database.h +++ b/src/fw/services/normal/timezone_database.h @@ -69,7 +69,7 @@ int timezone_database_get_region_count(void); //! the .dst_start and .dst_end members in tz_info uninitialized. //! //! @param The region ID to look up -//! @param tz_info[out] The TimezoneInfo strcuture to populate with the region +//! @param tz_info[out] The TimezoneInfo structure to populate with the region bool timezone_database_load_region_info(uint16_t region_id, TimezoneInfo *tz_info); //! Load a timezone name for a given region ID.