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]} {