[35030] trunk/base

ryandesign at macports.org ryandesign at macports.org
Fri Mar 14 16:49:09 PDT 2008


Revision: 35030
          http://trac.macosforge.org/projects/macports/changeset/35030
Author:   ryandesign at macports.org
Date:     2008-03-14 16:49:07 -0700 (Fri, 14 Mar 2008)

Log Message:
-----------
fix typos: "the the" => "the"

Modified Paths:
--------------
    trunk/base/ChangeLog
    trunk/base/doc/port.1
    trunk/base/m4/tcl.m4
    trunk/base/src/pextlib1.0/curl.h
    trunk/base/src/pextlib1.0/xinstall.c

Modified: trunk/base/ChangeLog
===================================================================
--- trunk/base/ChangeLog	2008-03-14 22:29:42 UTC (rev 35029)
+++ trunk/base/ChangeLog	2008-03-14 23:49:07 UTC (rev 35030)
@@ -544,7 +544,7 @@
     - Add new 'touch' & 'ln' portfile writing commands, their usage being similar to their BSD equivalents,
       along with 'move' and 'copy' shorthands for TCL's "file rename/copy" calls (eridius in r22007).
 
-    - Fix a dangerous bug in parsing filenames with spaces in the the 'delete' command, while reworking it
+    - Fix a dangerous bug in parsing filenames with spaces in the 'delete' command, while reworking it
       to no longer be a plain 'system "rm -rf <path>"' call (eridius in r22007).
 
     - Checksum phase no longer deletes distfiles upon checksums mistmatch, eliminating "file not found"

Modified: trunk/base/doc/port.1
===================================================================
--- trunk/base/doc/port.1	2008-03-14 22:29:42 UTC (rev 35029)
+++ trunk/base/doc/port.1	2008-03-14 23:49:07 UTC (rev 35030)
@@ -404,7 +404,7 @@
 .Dl port echo maintainer:jmpp and \e(\ net* or category:text\ \e)
 .Pp
 .Ss list
-If no argument is given, display a list of the the latest version of all available ports.
+If no argument is given, display a list of the latest version of all available ports.
 If portname(s) are given as arguments, display a list of the latest version of each port.
 .Ss version
 Display the release number of the installed MacPorts infrastructure.

Modified: trunk/base/m4/tcl.m4
===================================================================
--- trunk/base/m4/tcl.m4	2008-03-14 22:29:42 UTC (rev 35029)
+++ trunk/base/m4/tcl.m4	2008-03-14 23:49:07 UTC (rev 35030)
@@ -2033,7 +2033,7 @@
 #	
 # Results:
 #
-#	Sets the the following vars:
+#	Sets the following vars:
 #		XINCLUDES
 #		XLIBSW
 #

Modified: trunk/base/src/pextlib1.0/curl.h
===================================================================
--- trunk/base/src/pextlib1.0/curl.h	2008-03-14 22:29:42 UTC (rev 35029)
+++ trunk/base/src/pextlib1.0/curl.h	2008-03-14 23:49:07 UTC (rev 35030)
@@ -57,7 +57,7 @@
  *
  * curl getsize url
  *	Determine the file size of some resource. Try to not fetch the resource
- *  if possible. The size returned is the the number of bytes.
+ *  if possible. The size returned is the number of bytes.
  */
 int CurlCmd(ClientData clientData, Tcl_Interp* interp, int objc, Tcl_Obj* CONST objv[]);
 

Modified: trunk/base/src/pextlib1.0/xinstall.c
===================================================================
--- trunk/base/src/pextlib1.0/xinstall.c	2008-03-14 22:29:42 UTC (rev 35029)
+++ trunk/base/src/pextlib1.0/xinstall.c	2008-03-14 23:49:07 UTC (rev 35030)
@@ -749,7 +749,7 @@
 	 * flags, except for the dump flag.
 	 * NFS does not support flags.  Ignore EOPNOTSUPP flags if we're just
 	 * trying to turn off UF_NODUMP.  If we're trying to set real flags,
-	 * then warn if the the fs doesn't support it, otherwise fail.
+	 * then warn if the fs doesn't support it, otherwise fail.
 	 */
 #if defined(UF_NODUMP)
 	if (!devnull && (flags & SETFLAGS ||

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080314/68c79199/attachment.html


More information about the macports-changes mailing list