mirror of
https://github.com/google/pebble.git
synced 2025-05-01 07:41:41 -04: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 {
|
typedef enum AlarmKind {
|
||||||
ALARM_KIND_EVERYDAY = 0, // Alarms of this type will happen each day
|
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_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_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
|
ALARM_KIND_CUSTOM, // Alarms of this type happen on specified days
|
||||||
} AlarmKind;
|
} AlarmKind;
|
||||||
|
|
|
@ -114,7 +114,7 @@ static int s_current_day = 0;
|
||||||
static const int s_thursday = 1426118400;
|
static const int s_thursday = 1426118400;
|
||||||
// Friday March 13, 2015, 00:00 UTC
|
// Friday March 13, 2015, 00:00 UTC
|
||||||
static const int s_friday = 1426204800;
|
static const int s_friday = 1426204800;
|
||||||
// Saturaday March 14, 2015, 00:00 UTC
|
// Saturday March 14, 2015, 00:00 UTC
|
||||||
static const int s_saturday = 1426291200;
|
static const int s_saturday = 1426291200;
|
||||||
// Sunday March 15, 2015, 00:00 UTC
|
// Sunday March 15, 2015, 00:00 UTC
|
||||||
static const int s_sunday = 1426377600;
|
static const int s_sunday = 1426377600;
|
||||||
|
|
Loading…
Add table
Reference in a new issue