diff --git a/src/mito2/src/read/series_scan.rs b/src/mito2/src/read/series_scan.rs index d26473698c..5134dd4871 100644 --- a/src/mito2/src/read/series_scan.rs +++ b/src/mito2/src/read/series_scan.rs @@ -293,7 +293,7 @@ struct SeriesDistributor { /// Senders of all partitions. senders: SenderList, /// Metrics set to report. - /// The distributor report the metrics as an addtional partition. + /// The distributor report the metrics as an additional partition. /// This may double the scan cost of the [SeriesScan] metrics. We can /// get per-partition metrics in verbose mode to see the metrics of the /// distributor.