[47023] trunk/base/src/port1.0/portutil.tcl

ryandesign at macports.org ryandesign at macports.org
Thu Feb 19 20:48:02 PST 2009


Revision: 47023
          http://trac.macports.org/changeset/47023
Author:   ryandesign at macports.org
Date:     2009-02-19 20:48:01 -0800 (Thu, 19 Feb 2009)
Log Message:
-----------
portutil.tcl: continuation of r47016: typo fix: descalate => de-escalate

Modified Paths:
--------------
    trunk/base/src/port1.0/portutil.tcl

Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl	2009-02-20 04:42:15 UTC (rev 47022)
+++ trunk/base/src/port1.0/portutil.tcl	2009-02-20 04:48:01 UTC (rev 47023)
@@ -1466,7 +1466,7 @@
     
 	# start gsoc08-privileges
 
-	# descalate privileges - only ran if macports stated with sudo
+	# de-escalate privileges - only ran if macports stated with sudo
 	dropPrivileges
     
     if { ![file exists $workpath] } {
@@ -2412,7 +2412,7 @@
 }
 
 ##
-# Descalate privileges from root to those of $macportsuser.
+# de-escalate privileges from root to those of $macportsuser.
 #
 proc dropPrivileges {} {
 	global euid egid macportsuser workpath
@@ -2431,12 +2431,12 @@
 				ui_debug "euid changed to: [geteuid]"
 				
 				if {![file writable $workpath]} {
-					ui_debug "Privileges successfully descalated. Unable to write to default workpath."
+					ui_debug "Privileges successfully de-escalated. Unable to write to default workpath."
 				}
 			}]
 		} {
 			ui_debug "$::errorInfo"
-			ui_error "Failed to descalate privileges."
+			ui_error "Failed to de-escalate privileges."
 		}
 	} else {
 		ui_debug "Privilege de-escalation not attempted as not running as root."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090219/41a1232b/attachment.html>


More information about the macports-changes mailing list