spelling: describing

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 13:23:31 -05:00
parent 5c8207c8c2
commit 2e9824bf45

View file

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