diff options
Diffstat (limited to 'Types')
-rw-r--r-- | Types/KeySource.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Types/KeySource.hs b/Types/KeySource.hs index 7c2fd13d5..25774588a 100644 --- a/Types/KeySource.hs +++ b/Types/KeySource.hs @@ -9,7 +9,7 @@ module Types.KeySource where import Utility.InodeCache -{- When content is in the process of being added to the annex, +{- When content is in the process of being ingested into the annex, - and a Key generated from it, this data type is used. - - The contentLocation may be different from the filename @@ -19,7 +19,7 @@ import Utility.InodeCache - of a different Key. - - The inodeCache can be used to detect some types of modifications to - - files that may be made while they're in the process of being added. + - files that may be made while they're in the process of being ingested. -} data KeySource = KeySource { keyFilename :: FilePath |