Revision
100828
Author
jmr@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

Diff

Modified: trunk/base/src/macports1.0/macports.tcl (100827 => 100828)


--- 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."
                 }