fix: Typos (#15313)

Fixed typos in the code base according with output from `codespell`
tool.

Release Notes:

- N/A
This commit is contained in:
Calin Martinconi 2024-07-27 03:52:37 +03:00 committed by GitHub
parent 6af385c09e
commit 3751f67730
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 17 additions and 16 deletions

View file

@ -99,7 +99,7 @@ pub enum Motion {
WindowMiddle,
WindowBottom,
// we don't have a good way to run a search syncronously, so
// we don't have a good way to run a search synchronously, so
// we handle search motions by running the search async and then
// calling back into motion with this
ZedSearchResult {