mirror of
https://github.com/google/pebble.git
synced 2025-11-18 13:30:56 -05:00
spelling: describing
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user