[51931] trunk/base/src
ryandesign at macports.org
ryandesign at macports.org
Sat Jun 6 15:54:49 PDT 2009
Revision: 51931
http://trac.macports.org/changeset/51931
Author: ryandesign at macports.org
Date: 2009-06-06 15:54:48 -0700 (Sat, 06 Jun 2009)
Log Message:
-----------
"can not" => "cannot" for consistency with most other messages and comments
Modified Paths:
--------------
trunk/base/src/macports1.0/macports.tcl
trunk/base/src/pextlib1.0/Pextlib.c
trunk/base/src/port1.0/portdestroot.tcl
trunk/base/src/port1.0/portutil.tcl
Modified: trunk/base/src/macports1.0/macports.tcl
===================================================================
--- trunk/base/src/macports1.0/macports.tcl 2009-06-06 20:53:41 UTC (rev 51930)
+++ trunk/base/src/macports1.0/macports.tcl 2009-06-06 22:54:48 UTC (rev 51931)
@@ -236,7 +236,7 @@
}
# check for a binary in the path
-# returns an error code if it can not be found
+# returns an error code if it cannot be found
proc macports::binaryInPath {prog} {
global env
foreach dir [split $env(PATH) :] {
Modified: trunk/base/src/pextlib1.0/Pextlib.c
===================================================================
--- trunk/base/src/pextlib1.0/Pextlib.c 2009-06-06 20:53:41 UTC (rev 51930)
+++ trunk/base/src/pextlib1.0/Pextlib.c 2009-06-06 22:54:48 UTC (rev 51931)
@@ -574,7 +574,7 @@
if(onoblock && ounlock) {
/* should not be specified together */
- Tcl_SetResult(interp, "-noblock can not be used with -unlock", TCL_STATIC);
+ Tcl_SetResult(interp, "-noblock cannot be used with -unlock", TCL_STATIC);
return TCL_ERROR;
}
Modified: trunk/base/src/port1.0/portdestroot.tcl
===================================================================
--- trunk/base/src/port1.0/portdestroot.tcl 2009-06-06 20:53:41 UTC (rev 51930)
+++ trunk/base/src/port1.0/portdestroot.tcl 2009-06-06 22:54:48 UTC (rev 51931)
@@ -106,7 +106,7 @@
}
if { [tbool destroot.asroot] && [getuid] != 0 } {
- return -code error "You can not run this port without root privileges. You need to re-run with 'sudo port'.";
+ return -code error "You cannot run this port without root privileges. You need to re-run with 'sudo port'.";
}
if {[info exists usealtworkpath] && $usealtworkpath == "yes"} {
Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl 2009-06-06 20:53:41 UTC (rev 51930)
+++ trunk/base/src/port1.0/portutil.tcl 2009-06-06 22:54:48 UTC (rev 51931)
@@ -2130,7 +2130,7 @@
}
# check for a binary in the path
-# returns an error code if it can not be found
+# returns an error code if it cannot be found
proc binaryInPath {binary} {
global env
foreach dir [split $env(PATH) :] {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090606/7a7d2292/attachment.html>
More information about the macports-changes
mailing list