spelling: rescheduling

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:36:03 -05:00
parent 71e60e3b87
commit 0d9e35fad1

View file

@ -46,7 +46,7 @@ typedef struct {
//! Timer for how long the combination has been held for. We use new_timer instead of app_timer
//! even though it's a little more dangerous (doesn't automatically get cleaned up by the app)
//! because the api is nicer for starting/stopping/resceduling the same timer over and over
//! because the api is nicer for starting/stopping/rescheduling the same timer over and over
//! again with different callbacks.
TimerID combo_timer;