Revision: 89438 http://trac.macports.org/changeset/89438 Author: ryandesign@macports.org Date: 2012-01-29 01:25:49 -0800 (Sun, 29 Jan 2012) Log Message: ----------- portlint.tcl: fix typo in suggest svn command Modified Paths: -------------- trunk/base/src/port1.0/portlint.tcl Modified: trunk/base/src/port1.0/portlint.tcl =================================================================== --- trunk/base/src/port1.0/portlint.tcl 2012-01-29 06:03:12 UTC (rev 89437) +++ trunk/base/src/port1.0/portlint.tcl 2012-01-29 09:25:49 UTC (rev 89438) @@ -627,7 +627,7 @@ } else { ui_debug "Property svn:eol-style is \"$output\", should be \"native\"" if {$output != "native"} { - ui_error "Missing subversion property on Portfile, please execute: svn ps svn:eol-tyle native Portfile" + ui_error "Missing subversion property on Portfile, please execute: svn ps svn:eol-style native Portfile" incr errors } }
participants (1)
-
ryandesign@macports.org