From fc797cd252b4d70442f5e99fe179e93fefdc1f0c Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:34:50 -0500 Subject: [PATCH] spelling: registering Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/apps/health_api_test/src/health_api_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/health_api_test/src/health_api_test.c b/src/apps/health_api_test/src/health_api_test.c index cd2a806f..36b0d6f7 100644 --- a/src/apps/health_api_test/src/health_api_test.c +++ b/src/apps/health_api_test/src/health_api_test.c @@ -1033,7 +1033,7 @@ static void prv_debug_cmd_heart_rate_api(int index, void *context) { goto exit; } - // Test registring and cancelling a metric alert + // Test registering and cancelling a metric alert HealthMetricAlert *alert = health_service_register_metric_alert(HealthMetricHeartRateBPM, 10); APP_LOG(APP_LOG_LEVEL_DEBUG, "Result from register_metric_alert: %p", alert); if (alert == NULL) {