From 2e9824bf45d1b357e41ce23a8dac167418dadca4 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:23:31 -0500 Subject: [PATCH] spelling: describing Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/health_service.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fw/applib/health_service.h b/src/fw/applib/health_service.h index f34a9a5b..d54294c4 100644 --- a/src/fw/applib/health_service.h +++ b/src/fw/applib/health_service.h @@ -328,7 +328,7 @@ HealthServiceAccessibilityMask health_service_metric_accessible( //! @param time_start Earliest UTC time you are interested in. //! @param time_end Latest UTC time you are interested in. //! @param scope \ref HealthServiceTimeScope value describing how the average should be computed. -//! @return A \HealthServiceAccessibilityMask value decribing whether averaged data is available. +//! @return A \HealthServiceAccessibilityMask value describing whether averaged data is available. HealthServiceAccessibilityMask health_service_metric_averaged_accessible( HealthMetric metric, time_t time_start, time_t time_end, HealthServiceTimeScope scope); @@ -342,7 +342,7 @@ HealthServiceAccessibilityMask health_service_metric_averaged_accessible( //! @param time_end Latest UTC time you are interested in. //! @param aggregation The aggregation to perform //! @param scope \ref HealthServiceTimeScope value describing how the average should be computed. -//! @return A \HealthServiceAccessibilityMask value decribing whether averaged data is available. +//! @return A \HealthServiceAccessibilityMask value describing whether averaged data is available. HealthServiceAccessibilityMask health_service_metric_aggregate_averaged_accessible( HealthMetric metric, time_t time_start, time_t time_end, HealthAggregation aggregation, HealthServiceTimeScope scope);