Apply codespell -w throughout
This commit is contained in:
parent
100f5aabb6
commit
84b0a3707a
108 changed files with 135 additions and 135 deletions
|
@ -79,7 +79,7 @@ expireUnused duration = do
|
|||
lockContentForRemoval k noop removeAnnex
|
||||
logStatus k InfoMissing
|
||||
where
|
||||
boundry = durationToPOSIXTime <$> duration
|
||||
tooold now (_, mt) = case boundry of
|
||||
boundary = durationToPOSIXTime <$> duration
|
||||
tooold now (_, mt) = case boundary of
|
||||
Nothing -> True
|
||||
Just b -> maybe False (\t -> now - t >= b) mt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue