chore: Fix typos throughout code base (automatic)

This is all the typos that `typos` is confident can just be fixed
automatically, minus the overrides added to the manifest for the false
positives I found.
This commit is contained in:
Caleb Maclennan 2024-11-22 16:31:54 +03:00 committed by Myriad-Dreamin
parent 3eee445dab
commit 6f4aba4aa8
28 changed files with 55 additions and 55 deletions

View file

@ -227,7 +227,7 @@ impl<'a> CodeActionWorker<'a> {
.ctx
.to_lsp_range(body_range.end..last_dollar.range().start, &self.current);
// Retrive punctuation to move
// Retrieve punctuation to move
let mark_after_equation = self
.current
.text()