spelling: structure

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:44:54 -05:00
parent f14d9da22e
commit 06296179d9
2 changed files with 2 additions and 2 deletions

View file

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

View file

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