aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/refcat/tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py
index 9fbfa2b..6e641ad 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -212,7 +212,7 @@ class RefsWithUnstructured(Refcat):
class ReleaseExportReduced(Refcat):
"""
- Reduce dataset size, stripping some heave fields. 110min.
+ Reduce dataset size, stripping some heavy fields. 110min.
"""
def requires(self):
return ReleaseExportExpanded()