diff --git a/milli/src/search/criteria/initial.rs b/milli/src/search/criteria/initial.rs index 195c926be..ac61adfe2 100644 --- a/milli/src/search/criteria/initial.rs +++ b/milli/src/search/criteria/initial.rs @@ -52,7 +52,7 @@ impl Criterion for Initial<'_, D> { candidates &= filtered_candidates; } - // because the bucket_candidates should be an exhastive count of the matching documents, + // because the bucket_candidates should be an exhaustive count of the matching documents, // we precompute the distinct attributes. let bucket_candidates = match &mut self.distinct { Some(distinct) => {