From edb0a78b0ac59c0d7a6963116680b8ecd05dedf2 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:50:53 -0500 Subject: [PATCH] spelling: strength Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/common/vibe_pattern.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/common/vibe_pattern.c b/src/fw/services/common/vibe_pattern.c index 77a5e5ef..f5407398 100644 --- a/src/fw/services/common/vibe_pattern.c +++ b/src/fw/services/common/vibe_pattern.c @@ -160,7 +160,7 @@ static int s_pattern_timer = TIMER_INVALID_ID; static bool s_pattern_in_progress = false; // s_vibe_strength is the current vibration strength setting of the motor static int32_t s_vibe_strength = VIBE_STRENGTH_OFF; -// s_vibe_strength_default is the vibrations trength of the motor used when one is not specified +// s_vibe_strength_default is the vibrations strength of the motor used when one is not specified // explicitly, and can be changed in the notification vibration strength setting. static int32_t s_vibe_strength_default = VIBE_STRENGTH_MAX;