[100828] trunk/base/src/macports1.0/macports.tcl

jmr at macports.org jmr at macports.org
Thu Dec 27 17:10:50 PST 2012


Revision: 100828
          https://trac.macports.org/changeset/100828
Author:   jmr at macports.org
Date:     2012-12-27 17:10:50 -0800 (Thu, 27 Dec 2012)
Log Message:
-----------
fix typo in rev-upgrade error message

Modified Paths:
--------------
    trunk/base/src/macports1.0/macports.tcl

Modified: trunk/base/src/macports1.0/macports.tcl
===================================================================
--- trunk/base/src/macports1.0/macports.tcl	2012-12-27 23:14:40 UTC (rev 100827)
+++ trunk/base/src/macports1.0/macports.tcl	2012-12-28 01:10:50 UTC (rev 100828)
@@ -4385,7 +4385,7 @@
             }
             incr broken_port_counts($portname)
             if {$broken_port_counts($portname) > 3} {
-                ui_error "Port $portname is still broken after rebuiling it more than 3 times."
+                ui_error "Port $portname is still broken after rebuilding it more than 3 times."
                 if {$fancy_output} {
                     ui_error "Please run port -d -y rev-upgrade and use the output to report a bug."
                 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121227/6f43f7fc/attachment.html>


More information about the macports-changes mailing list