Fix typos again (#2753)

Found via `codespell -S benches,stopwords.rs -L
womens,parth,abd,childs,ond,ser,ue,mot,hel,atleast,pris,claus,allo`
This commit is contained in:
Ang
2025-12-01 19:15:41 +08:00
committed by GitHub
parent f7f4b354d6
commit 08a92675dc
19 changed files with 22 additions and 22 deletions

View File

@@ -181,7 +181,7 @@ impl SSTableIndexV3 {
// cannot match. this isn't as bad as it sounds given the fst is a lot smaller than the rest of the
// sstable.
// To do that, we can't use tantivy_fst's Stream with an automaton, as we need to know 2 consecutive
// fst keys to form a proper opinion on whether this is a match, which we wan't translate into a
// fst keys to form a proper opinion on whether this is a match, which we want translate into a
// single automaton
struct GetBlockForAutomaton<'a, A: Automaton> {
streamer: tantivy_fst::map::Stream<'a>,