diff options
author | Edward Betts <edward@4angle.com> | 2017-02-11 09:38:49 +0000 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-02-12 17:30:23 -0400 |
commit | c6e4dcca673841f29449c8c2bf85fa41b31da12f (patch) | |
tree | a0e16f9c52f6690be527044031607d97fae7d706 /Test.hs | |
parent | f765752568381ca2f003c08e9601fb2b5c397b5b (diff) |
correct spelling mistakes
Diffstat (limited to 'Test.hs')
-rw-r--r-- | Test.hs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -122,7 +122,7 @@ runner = Just $ \opts -> isolateGitConfig $ do Just act -> ifM act ( exitSuccess , do - putStrLn " (This could be due to a bug in git-annex, or an incompatability" + putStrLn " (This could be due to a bug in git-annex, or an incompatibility" putStrLn " with utilities, such as git, installed on this system.)" exitFailure ) @@ -452,7 +452,7 @@ test_drop_untrustedremote = intmpclonerepo $ do git_annex "untrust" ["origin"] @? "untrust of origin failed" git_annex "get" [annexedfile] @? "get failed" annexed_present annexedfile - not <$> git_annex "drop" [annexedfile] @? "drop wrongly suceeded with only an untrusted copy of the file" + not <$> git_annex "drop" [annexedfile] @? "drop wrongly succeeded with only an untrusted copy of the file" annexed_present annexedfile inmainrepo $ annexed_present annexedfile |