From 1f430457c1aed27ee37c5f67fb14903a2ef54547 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:41:25 -0500 Subject: [PATCH] spelling: expiration Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fw/services/test_hrm_manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fw/services/test_hrm_manager.c b/tests/fw/services/test_hrm_manager.c index 441f17c9..ed63ff6d 100644 --- a/tests/fw/services/test_hrm_manager.c +++ b/tests/fw/services/test_hrm_manager.c @@ -217,7 +217,7 @@ void test_hrm_manager__subscription(void) { cl_assert_equal_b(hrm_is_enabled(HRM), false); } -// When we cleanup after an app process, its subscription, if any, should get an expriration time +// When we cleanup after an app process, its subscription, if any, should get an expiration time // placed on it void test_hrm_manager__app_cleanup(void) { stub_pebble_tasks_set_current(PebbleTask_App);