Changeset 89438 for trunk/base


Ignore:
Timestamp:
Jan 29, 2012, 9:25:49 AM (12 years ago)
Author:
ryandesign@…
Message:

portlint.tcl: fix typo in suggested svn command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/portlint.tcl

    r89428 r89438  
    628628            ui_debug "Property svn:eol-style is \"$output\", should be \"native\""
    629629            if {$output != "native"} {
    630                 ui_error "Missing subversion property on Portfile, please execute: svn ps svn:eol-tyle native Portfile"
     630                ui_error "Missing subversion property on Portfile, please execute: svn ps svn:eol-style native Portfile"
    631631                incr errors
    632632            }
Note: See TracChangeset for help on using the changeset viewer.