From 0d9e35fad1a5d967363b72f3ed294044afc4ffc4 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:36:03 -0500 Subject: [PATCH] spelling: rescheduling Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .../recovery_first_use_app/getting_started_button_combo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;