summaryrefslogtreecommitdiff
path: root/Logs/Export.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Logs/Export.hs')
-rw-r--r--Logs/Export.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Logs/Export.hs b/Logs/Export.hs
index ced6341a0a..839bd1b0c0 100644
--- a/Logs/Export.hs
+++ b/Logs/Export.hs
@@ -106,7 +106,7 @@ recordExportUnderway remoteuuid ec = do
-- Record information about the export to the git-annex branch.
--
--- This is equivilant to recordExportBeginning followed by
+-- This is equivalent to recordExportBeginning followed by
-- recordExportUnderway, but without the ability to clean up from
-- interrupted exports.
recordExport :: UUID -> Git.Ref -> ExportChange -> Annex ()