mirror of
https://github.com/google/pebble.git
synced 2025-05-29 06:23:13 +00:00
spelling: saturday
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
3faa3c0faf
commit
93135f6c5a
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue