aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-08-27 13:03:08 -0700
committerBryan Newbold <bnewbold@robocracy.org>2020-08-27 13:03:08 -0700
commit6eda9ff1a14f12531d99023fbcd7ff5a43b0c9aa (patch)
tree207b3f3a49770d350d4d3c83dc0f4c87e43e2121
parentcdecb18701587277ba75756b2401279770421ba3 (diff)
downloadfatcat-6eda9ff1a14f12531d99023fbcd7ff5a43b0c9aa.tar.gz
fatcat-6eda9ff1a14f12531d99023fbcd7ff5a43b0c9aa.zip
fix comment typo (thanks martin)
-rw-r--r--python/fatcat_tools/importers/file_meta.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_tools/importers/file_meta.py b/python/fatcat_tools/importers/file_meta.py
index 1e9d2ab7..628ebde8 100644
--- a/python/fatcat_tools/importers/file_meta.py
+++ b/python/fatcat_tools/importers/file_meta.py
@@ -10,7 +10,7 @@ class FileMetaImporter(EntityImporter):
It should *only* update entities, never create (insert) them.
- In particular, during early boostramping over 18 million file entities were
+ In particular, during early bootstrapping over 18 million file entities were
imported which were missing file size, mimetype, md5, and/or sha256.
"""