A few more of typo fixes/skip as detected with bleeding edge codespell
This commit is contained in:
parent
9dea552f9b
commit
6674c3b055
3 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue