From 608aac6e0bdcb5061ccc5d39761fa18c1d112cdf Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:42:35 -0500 Subject: [PATCH] spelling: simultaneous Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/health_service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/applib/health_service.h b/src/fw/applib/health_service.h index d1b91e0c..9c7ac579 100644 --- a/src/fw/applib/health_service.h +++ b/src/fw/applib/health_service.h @@ -443,7 +443,7 @@ uint16_t health_service_get_heart_rate_sample_period_expiration_sec(void); //! \endcode //! //! In the current implementation, only one alert per metric can be registered at a time. Future -//! implementations may support two or more simulataneous alert registrations per metric. To change +//! implementations may support two or more simultaneous alert registrations per metric. To change //! the alert threshold in the current implementation, cancel the original registration //! using `health_service_cancel_metric_alert` before registering the new threshold. //! @param metric Which \ref HealthMetric to query.