Revision
129016
Author
ryandesign@macports.org
Date
2014-12-03 04:50:08 -0800 (Wed, 03 Dec 2014)

Log Message

reclaim.tcl: fix typo

Modified Paths

Diff

Modified: trunk/base/src/macports1.0/reclaim.tcl (129015 => 129016)


--- trunk/base/src/macports1.0/reclaim.tcl	2014-12-03 12:49:15 UTC (rev 129015)
+++ trunk/base/src/macports1.0/reclaim.tcl	2014-12-03 12:50:08 UTC (rev 129016)
@@ -40,7 +40,7 @@
 # Catch some error-prone areas.
 # Remove the useless/structure comments and add actual docstrings.
 # Add copyright notice
-# Check if inactive files are dependents of other files.
+# Check if inactive ports are dependents of other ports.
 # Add test cases
 # Add distfile version checking.
 # Pretty sure we should be using ui_msg, instead of puts and what not. Should probably add that.