A few more of typo fixes/skip as detected with bleeding edge codespell

This commit is contained in:
Yaroslav Halchenko 2024-05-01 16:00:35 -04:00 committed by Joey Hess
parent 9dea552f9b
commit 6674c3b055
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 3 additions and 3 deletions

View file

@ -125,7 +125,7 @@ knownMissing :: FsckResults -> MissingObjects
knownMissing FsckFailed = S.empty
knownMissing (FsckFoundMissing s _) = s
{- Finds objects that are missing from the git repsitory, or are corrupt.
{- Finds objects that are missing from the git repository, or are corrupt.
-
- This does not use git cat-file --batch, because catting a corrupt
- object can cause it to crash, or to report incorrect size information.