New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79150


Ignore:
Timestamp:
06/03/11 05:45:42 (4 years ago)
Author:
fotanus@…
Message:

Fixed typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gsoc11-post-destroot/base/src/port1.0/portpostdestroot.tcl

    r79012 r79150  
    4949} 
    5050 
    51 # Check for erros on port symlinks 
     51# Check for errors on port symlinks 
    5252proc portpostdestroot::postdestroot_symlink_check {} { 
    5353    global UI_PREFIX destroot prefix 
     
    5757        if { [string compare [file pathtype $points_to] {absolute}] == 0 } { 
    5858            if {[regexp $destroot $points_to]} { 
    59                 ui_debug "Absolute link path poiting to inside of destroot" 
     59                ui_debug "Absolute link path pointing to inside of destroot" 
    6060                return -code error "Absolute link path poiting to inside of destroot" 
    6161            } else { 
     
    6868            set return_delta [expr $return_depth - [regexp -all / $points_to_without_returns]] 
    6969            if { $return_delta < $dir_depth } { 
    70                 ui_debug "Relative link path poiting to inside of destroot" 
     70                ui_debug "Relative link path pointing to inside of destroot" 
    7171            } else { 
    7272                ui_debug "Relative link path poiting to outside of destroot" 
Note: See TracChangeset for help on using the changeset viewer.