fix typo in comment

This commit is contained in:
Joey Hess 2022-05-23 12:53:55 -04:00
parent d15ac38fc1
commit 63624c40a0
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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