fix comment
authorJoey Hess <joeyh@joeyh.name>
Tue, 28 Mar 2023 17:40:17 +0000 (13:40 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 28 Mar 2023 17:40:17 +0000 (13:40 -0400)
Annex/Ingest.hs

index e7e5ec3f32dd188829e30bd14be2c9828941c356..d622486c38fc37fef9189ef5a3fd4198ead3fe10 100644 (file)
@@ -63,7 +63,7 @@ data LockDownConfig = LockDownConfig
        { lockingFile :: Bool
        -- ^ write bit removed during lock down
        , hardlinkFileTmpDir :: Maybe RawFilePath
-       -- ^ hard link to temp directorya
+       -- ^ hard link to temp directory
        , checkWritePerms :: Bool
        -- ^ check that write perms are successfully removed
        }