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);