fix comment

This commit is contained in:
Joey Hess 2023-03-28 13:40:17 -04:00
parent 4461223c8f
commit 22091d4765
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View 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
}