[88726] trunk/base/src/macports1.0/macports.tcl

jmr at macports.org jmr at macports.org
Mon Jan 9 14:15:20 PST 2012


Revision: 88726
          http://trac.macports.org/changeset/88726
Author:   jmr at macports.org
Date:     2012-01-09 14:15:19 -0800 (Mon, 09 Jan 2012)
Log Message:
-----------
fix typo

Modified Paths:
--------------
    trunk/base/src/macports1.0/macports.tcl

Modified: trunk/base/src/macports1.0/macports.tcl
===================================================================
--- trunk/base/src/macports1.0/macports.tcl	2012-01-09 22:13:12 UTC (rev 88725)
+++ trunk/base/src/macports1.0/macports.tcl	2012-01-09 22:15:19 UTC (rev 88726)
@@ -4223,8 +4223,8 @@
 
     set executablepath_idx [string first "@executable_path" $corrected_path]
     if {$executablepath_idx != -1} {
-        ui_debug "Ignoring loadcommand containing @exectuable_path in $fname"
-        error "@exectuable_path in loadcommand"
+        ui_debug "Ignoring loadcommand containing @executable_path in $fname"
+        error "@executable_path in loadcommand"
     }
 
     set rpath_idx [string first "@rpath" $corrected_path]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120109/f79e2380/attachment-0001.html>


More information about the macports-changes mailing list