mirror of
https://github.com/google/pebble.git
synced 2026-02-17 02:36:54 -05:00
spelling: saturday
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user