Revision
90083
Author
jmr@macports.org
Date
2012-02-21 07:30:47 -0800 (Tue, 21 Feb 2012)

Log Message

fix typo

Modified Paths

Diff

Modified: trunk/base/src/macports1.0/macports.tcl (90082 => 90083)


--- trunk/base/src/macports1.0/macports.tcl	2012-02-21 15:29:56 UTC (rev 90082)
+++ trunk/base/src/macports1.0/macports.tcl	2012-02-21 15:30:47 UTC (rev 90083)
@@ -1197,7 +1197,7 @@
             if {[catch {
                 file copy -force $user_plist $target_dir
                 if {[getuid] == 0} {
-                    ui_debug "Attempding to chown() com.apple.dt.Xcode.plist in temporary home"
+                    ui_debug "Attempting to chown() com.apple.dt.Xcode.plist in temporary home"
                     file attributes "${target_dir}/com.apple.dt.Xcode.plist" -owner $macportsuser
                 }
             } result]} {