Apply codespell -w throughout
This commit is contained in:
parent
100f5aabb6
commit
84b0a3707a
108 changed files with 135 additions and 135 deletions
4
Test.hs
4
Test.hs
|
@ -1164,7 +1164,7 @@ test_info = intmpclonerepo $ do
|
|||
isjson
|
||||
readonly_query isjson
|
||||
-- When presented with an input that it does not support,
|
||||
-- info does not stop but processess subsequent inputs too.
|
||||
-- info does not stop but processes subsequent inputs too.
|
||||
git_annex'' (const True)
|
||||
(sha1annexedfile `isInfixOf`)
|
||||
"info"
|
||||
|
@ -1837,7 +1837,7 @@ test_crypto = do
|
|||
testscheme scheme = Utility.Tmp.Dir.withTmpDir "gpgtmp" $ \gpgtmp -> do
|
||||
-- Use the system temp directory as gpg temp directory because
|
||||
-- it needs to be able to store the agent socket there,
|
||||
-- which can be problimatic when testing some filesystems.
|
||||
-- which can be problematic when testing some filesystems.
|
||||
absgpgtmp <- fromRawFilePath <$> absPath (toRawFilePath gpgtmp)
|
||||
res <- testscheme' scheme absgpgtmp
|
||||
-- gpg may still be running and would prevent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue