spelling: saturday

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:37:47 -05:00
parent 3faa3c0faf
commit 93135f6c5a
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ typedef int AlarmId; //! A unique ID that can be used to refer to each configure
typedef enum AlarmKind {
ALARM_KIND_EVERYDAY = 0, // Alarms of this type will happen each day
ALARM_KIND_WEEKENDS, // Alarms of this type will happen Monday - Friday
ALARM_KIND_WEEKDAYS, // Alarms of this type happen Saturaday and Sunday
ALARM_KIND_WEEKDAYS, // Alarms of this type happen Saturday and Sunday
ALARM_KIND_JUST_ONCE, // Alarms of this type will happen next time the specified time occurs
ALARM_KIND_CUSTOM, // Alarms of this type happen on specified days
} AlarmKind;