summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wheel/archive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wheel/archive.py b/wheel/archive.py
index d3dc19c..42ffee6 100644
--- a/wheel/archive.py
+++ b/wheel/archive.py
@@ -34,7 +34,7 @@ def make_wheelfile_inner(base_name, base_dir='.'):
log.info("creating '%s' and adding '%s' to it", zip_filename, base_dir)
# Some applications need reproducible .whl files, but they can't do this
- # without forcing the timestamp of the individual TarInfo objects. See
+ # without forcing the timestamp of the individual ZipInfo objects. See
# issue #143.
timestamp = os.environ.get('WHEEL_FORCE_TIMESTAMP')
if timestamp is None: