fix typo in comment
This commit is contained in:
parent
d15ac38fc1
commit
63624c40a0
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ modifyContentDir f a = do
|
|||
either throwM return v
|
||||
|
||||
{- Like modifyContentDir, but avoids creating the content directory if it
|
||||
- ddoes not already exist. In that case, the action will probably fail. -}
|
||||
- does not already exist. In that case, the action will probably fail. -}
|
||||
modifyContentDirWhenExists :: RawFilePath -> Annex a -> Annex a
|
||||
modifyContentDirWhenExists f a = do
|
||||
thawContentDir f
|
||||
|
|
Loading…
Reference in a new issue