New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79151


Ignore:
Timestamp:
06/03/11 05:46:27 (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

    r79150 r79151  
    5858            if {[regexp $destroot $points_to]} { 
    5959                ui_debug "Absolute link path pointing to inside of destroot" 
    60                 return -code error "Absolute link path poiting to inside of destroot" 
     60                return -code error "Absolute link path pointing to inside of destroot" 
    6161            } else { 
    62                 ui_debug "Absolute link path poiting to outside of destroot" 
     62                ui_debug "Absolute link path pointing to outside of destroot" 
    6363            } 
    6464        } elseif { [string compare [file pathtype $points_to] {relative}] == 0 } { 
     
    7070                ui_debug "Relative link path pointing to inside of destroot" 
    7171            } else { 
    72                 ui_debug "Relative link path poiting to outside of destroot" 
    73                 return -code error "Relative link path poiting to outside of destroot" 
     72                ui_debug "Relative link path pointing to outside of destroot" 
     73                return -code error "Relative link path pointing to outside of destroot" 
    7474            } 
    7575        } 
Note: See TracChangeset for help on using the changeset viewer.