From 22091d4765aae1c812e75d92602379df97942430 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 28 Mar 2023 13:40:17 -0400 Subject: [PATCH] fix comment --- Annex/Ingest.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annex/Ingest.hs b/Annex/Ingest.hs index e7e5ec3f32..d622486c38 100644 --- a/Annex/Ingest.hs +++ b/Annex/Ingest.hs @@ -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 }