diff --git a/src/fw/apps/prf_apps/recovery_first_use_app/getting_started_button_combo.h b/src/fw/apps/prf_apps/recovery_first_use_app/getting_started_button_combo.h index 0a45250f..a440a42d 100644 --- a/src/fw/apps/prf_apps/recovery_first_use_app/getting_started_button_combo.h +++ b/src/fw/apps/prf_apps/recovery_first_use_app/getting_started_button_combo.h @@ -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;