[79150] branches/gsoc11-post-destroot/base/src/port1.0/portpostdestroot.tcl

fotanus at macports.org fotanus at macports.org
Fri Jun 3 05:45:42 PDT 2011


Revision: 79150
          http://trac.macports.org/changeset/79150
Author:   fotanus at macports.org
Date:     2011-06-03 05:45:42 -0700 (Fri, 03 Jun 2011)
Log Message:
-----------
Fixed typos

Modified Paths:
--------------
    branches/gsoc11-post-destroot/base/src/port1.0/portpostdestroot.tcl

Modified: branches/gsoc11-post-destroot/base/src/port1.0/portpostdestroot.tcl
===================================================================
--- branches/gsoc11-post-destroot/base/src/port1.0/portpostdestroot.tcl	2011-06-03 10:02:49 UTC (rev 79149)
+++ branches/gsoc11-post-destroot/base/src/port1.0/portpostdestroot.tcl	2011-06-03 12:45:42 UTC (rev 79150)
@@ -48,7 +48,7 @@
     return $ret
 }
 
-# Check for erros on port symlinks
+# Check for errors on port symlinks
 proc portpostdestroot::postdestroot_symlink_check {} {
     global UI_PREFIX destroot prefix
     ui_notice "$UI_PREFIX Checking for links"
@@ -56,7 +56,7 @@
         set points_to [file link $link]
         if { [string compare [file pathtype $points_to] {absolute}] == 0 } {
             if {[regexp $destroot $points_to]} {
-                ui_debug "Absolute link path poiting to inside of destroot"
+                ui_debug "Absolute link path pointing to inside of destroot"
                 return -code error "Absolute link path poiting to inside of destroot"
             } else {
                 ui_debug "Absolute link path poiting to outside of destroot"
@@ -67,7 +67,7 @@
             set return_depth [regsub -all {\.\./} $points_to "" points_to_without_returns]
             set return_delta [expr $return_depth - [regexp -all / $points_to_without_returns]]
             if { $return_delta < $dir_depth } {
-                ui_debug "Relative link path poiting to inside of destroot"
+                ui_debug "Relative link path pointing to inside of destroot"
             } else {
                 ui_debug "Relative link path poiting to outside of destroot"
                 return -code error "Relative link path poiting to outside of destroot"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110603/478db6e8/attachment-0001.html>


More information about the macports-changes mailing list