From ae06af83ac94cbd394bc6ae01a88d869009968db Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:49:39 -0500 Subject: [PATCH] spelling: indicates Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/normal/timezone_database.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/normal/timezone_database.h b/src/fw/services/normal/timezone_database.h index 4465b658..398732c5 100644 --- a/src/fw/services/normal/timezone_database.h +++ b/src/fw/services/normal/timezone_database.h @@ -42,7 +42,7 @@ typedef struct { char ds_label; //! Which day of the week this rule is observed. //! 0-indexed, starting with Sunday (ie Monday is 1, Tuesday is 2...). - //! A value of 255 indiciates that this rule applies to any day of the week. + //! A value of 255 indicates that this rule applies to any day of the week. uint8_t wday; //! A bitset of flags, see DSTRuleFlags. uint8_t flag;