Revision
138945
Author
raimue@macports.org
Date
2015-07-24 13:54:54 -0700 (Fri, 24 Jul 2015)

Log Message

macports1.0: Fix typo

Modified Paths

Diff

Modified: trunk/base/src/macports1.0/macports.tcl (138944 => 138945)


--- trunk/base/src/macports1.0/macports.tcl	2015-07-24 20:43:24 UTC (rev 138944)
+++ trunk/base/src/macports1.0/macports.tcl	2015-07-24 20:54:54 UTC (rev 138945)
@@ -223,7 +223,7 @@
        0 - 1 {}
        2 {
            if {[lindex $args 0] ne "-nonewline"} {
-               set hint "error: when 5 arguments are given, 2nd last must be \"-newnewline\""
+               set hint "error: when 5 arguments are given, 2nd last must be \"-nonewline\""
                error "$hint\nusage: ui_message priority prefix phase ?-nonewline? string"
            }
        }