Fix one ambigous typo

This commit is contained in:
Yaroslav Halchenko 2024-04-06 15:43:03 +02:00 committed by Joey Hess
parent d9d8598b0d
commit d20ecff73c
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -200,7 +200,7 @@ update oldkey newkey =
firstM (\f -> (== Just newkey) <$> isAnnexLink f) $
map (\f -> simplifyPath (fromTopFilePath f g)) fs
-- Always verify the content agains the newkey, even if
-- Always verify the content against the newkey, even if
-- annex.verify is unset. This is done to prent bad migration
-- information maliciously injected into the git-annex branch
-- from populating files with the wrong content.