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
|
either throwM return v
|
||||||
|
|
||||||
{- Like modifyContentDir, but avoids creating the content directory if it
|
{- 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 :: RawFilePath -> Annex a -> Annex a
|
||||||
modifyContentDirWhenExists f a = do
|
modifyContentDirWhenExists f a = do
|
||||||
thawContentDir f
|
thawContentDir f
|
||||||
|
|
Loading…
Add table
Reference in a new issue