diff --git a/backend/telemetry_core/src/aggregator/aggregator_set.rs b/backend/telemetry_core/src/aggregator/aggregator_set.rs index fb07fc3..f3b916c 100644 --- a/backend/telemetry_core/src/aggregator/aggregator_set.rs +++ b/backend/telemetry_core/src/aggregator/aggregator_set.rs @@ -38,7 +38,7 @@ impl AggregatorSet { &self, ) -> impl Sink + Send + Sync + Unpin + 'static { - // Special case 1 aggregator to avoid the extra indurection and so on + // Special case 1 aggregator to avoid the extra indirection and so on // if we don't actually need it. if self.0.aggregators.len() == 1 { let sub = self.0.aggregators[0].subscribe_shard();