mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: describing
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
5c8207c8c2
commit
2e9824bf45
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue