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

fotanus at macports.org fotanus at macports.org
Fri Jun 3 05:46:27 PDT 2011


Revision: 79151
          http://trac.macports.org/changeset/79151
Author:   fotanus at macports.org
Date:     2011-06-03 05:46:27 -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 12:45:42 UTC (rev 79150)
+++ branches/gsoc11-post-destroot/base/src/port1.0/portpostdestroot.tcl	2011-06-03 12:46:27 UTC (rev 79151)
@@ -57,9 +57,9 @@
         if { [string compare [file pathtype $points_to] {absolute}] == 0 } {
             if {[regexp $destroot $points_to]} {
                 ui_debug "Absolute link path pointing to inside of destroot"
-                return -code error "Absolute link path poiting to inside of destroot"
+                return -code error "Absolute link path pointing to inside of destroot"
             } else {
-                ui_debug "Absolute link path poiting to outside of destroot"
+                ui_debug "Absolute link path pointing to outside of destroot"
             }
         } elseif { [string compare [file pathtype $points_to] {relative}] == 0 } {
             regsub $destroot$prefix/ $link "" link_without_destroot
@@ -69,8 +69,8 @@
             if { $return_delta < $dir_depth } {
                 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"
+                ui_debug "Relative link path pointing to outside of destroot"
+                return -code error "Relative link path pointing to outside of destroot"
             }
         }
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110603/b05f4a4f/attachment.html>


More information about the macports-changes mailing list