Apply codespell -w throughout
This commit is contained in:
parent
100f5aabb6
commit
84b0a3707a
108 changed files with 135 additions and 135 deletions
|
@ -212,7 +212,7 @@ adjustExportImport' isexport isimport r rs = do
|
|||
-- ones though, since they still allow accessing by Key.
|
||||
-- And for thirdPartyPopulated, it depends on how the
|
||||
-- content gets actually stored in the remote, so
|
||||
-- is not overriddden here.
|
||||
-- is not overridden here.
|
||||
, untrustworthy =
|
||||
if versioned || thirdPartyPopulated (remotetype r)
|
||||
then untrustworthy r
|
||||
|
@ -235,7 +235,7 @@ adjustExportImport' isexport isimport r rs = do
|
|||
where
|
||||
thirdpartypopulated = thirdPartyPopulated (remotetype r)
|
||||
|
||||
-- exportActions adjusted to use the equivilant import actions,
|
||||
-- exportActions adjusted to use the equivalent import actions,
|
||||
-- which take ContentIdentifiers into account.
|
||||
exportActionsForImport dbv ciddbv ea = ea
|
||||
{ storeExport = \f k loc p -> do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue