spelling: indicates

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:49:39 -05:00
parent 294f626792
commit ae06af83ac

View file

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