mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: happened
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
7e0b951d8e
commit
69269d8bf1
1 changed files with 1 additions and 1 deletions
|
@ -596,7 +596,7 @@ static int prv_get_day_for_just_once_alarm(int hour, int minute) {
|
||||||
// The time is before or equal to the current time. Sechedule the alarm for tomorrow
|
// The time is before or equal to the current time. Sechedule the alarm for tomorrow
|
||||||
return (local_time.tm_wday + 1) % DAYS_PER_WEEK;
|
return (local_time.tm_wday + 1) % DAYS_PER_WEEK;
|
||||||
} else {
|
} else {
|
||||||
// The time hasn't happend yet today. Schedule it for today
|
// The time hasn't happened yet today. Schedule it for today
|
||||||
return local_time.tm_wday;
|
return local_time.tm_wday;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue