typos in comments
This commit is contained in:
parent
9a1f0fcee2
commit
a5e6802b5b
1 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ gitAnnexObjectDir r
|
|||
| Git.repoIsLocalBare r = addTrailingPathSeparator $ Git.workTree r </> objectDir
|
||||
| otherwise = addTrailingPathSeparator $ Git.workTree r </> ".git" </> objectDir
|
||||
|
||||
{- .git-annex/tmp/ is used for temp files -}
|
||||
{- .git/annex/tmp/ is used for temp files -}
|
||||
gitAnnexTmpDir :: Git.Repo -> FilePath
|
||||
gitAnnexTmpDir r = addTrailingPathSeparator $ gitAnnexDir r </> "tmp"
|
||||
|
||||
|
@ -102,7 +102,7 @@ gitAnnexTmpDir r = addTrailingPathSeparator $ gitAnnexDir r </> "tmp"
|
|||
gitAnnexTmpLocation :: Git.Repo -> Key -> FilePath
|
||||
gitAnnexTmpLocation r key = gitAnnexTmpDir r </> keyFile key
|
||||
|
||||
{- .git-annex/bad/ is used for bad files found during fsck -}
|
||||
{- .git/annex/bad/ is used for bad files found during fsck -}
|
||||
gitAnnexBadDir :: Git.Repo -> FilePath
|
||||
gitAnnexBadDir r = addTrailingPathSeparator $ gitAnnexDir r </> "bad"
|
||||
|
||||
|
|
Loading…
Reference in a new issue