summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/binhextree.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1996-02-14 15:58:30 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1996-02-14 15:58:30 (GMT)
commit2d3f94ebc494ec7a9200f459b253e7f60b9d8f8c (patch)
tree3421c0a1524837c365d737db7ad8fd158484ddfb /Mac/scripts/binhextree.py
parent508537b9c9fc38adf0d46e8d5d691e1ef7613b02 (diff)
downloadcpython-2d3f94ebc494ec7a9200f459b253e7f60b9d8f8c.zip
cpython-2d3f94ebc494ec7a9200f459b253e7f60b9d8f8c.tar.gz
cpython-2d3f94ebc494ec7a9200f459b253e7f60b9d8f8c.tar.bz2
Comment fix
Diffstat (limited to 'Mac/scripts/binhextree.py')
-rw-r--r--Mac/scripts/binhextree.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/scripts/binhextree.py b/Mac/scripts/binhextree.py
index e8597c8..6512de7 100644
--- a/Mac/scripts/binhextree.py
+++ b/Mac/scripts/binhextree.py
@@ -1,11 +1,11 @@
#
-# hexbintree - Recursively descend a directory and
+# binhextree - Recursively descend a directory and
# pack all resource files.
#
# Jack Jansen, CWI, August 1995.
#
# To do:
-# - Also do project files (.µ and .¹), after using AppleEvents to the
+# - Also do project files (.µ and .º), after using AppleEvents to the
# various builders to clean the projects
# - Don't hexbin (and clean) if there exists a .hqx file that is newer.
#