[39177] trunk/base/src/port1.0/portfetch.tcl
simon at macports.org
simon at macports.org
Mon Aug 11 05:22:34 PDT 2008
Revision: 39177
http://trac.macosforge.org/projects/macports/changeset/39177
Author: simon at macports.org
Date: 2008-08-11 05:22:33 -0700 (Mon, 11 Aug 2008)
Log Message:
-----------
base: Typo fix in portfetch.tcl.
Modified Paths:
--------------
trunk/base/src/port1.0/portfetch.tcl
Modified: trunk/base/src/port1.0/portfetch.tcl
===================================================================
--- trunk/base/src/port1.0/portfetch.tcl 2008-08-11 12:08:13 UTC (rev 39176)
+++ trunk/base/src/port1.0/portfetch.tcl 2008-08-11 12:22:33 UTC (rev 39177)
@@ -539,7 +539,7 @@
}
# Perform a standard fetch, assembling fetch urls from
-# the listed url varable and associated distfile
+# the listed url variable and associated distfile
proc fetchfiles {args} {
global distpath all_dist_files UI_PREFIX fetch_urls
global fetch.user fetch.password fetch.use_epsv fetch.ignore_sslcert fetch.remote_time
@@ -671,7 +671,7 @@
proc fetch_main {args} {
global distname distpath all_dist_files fetch.type
- # Check for files, download if neccesary
+ # Check for files, download if necessary
if {![info exists all_dist_files] && "${fetch.type}" == "standard"} {
return 0
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080811/8f78eaaa/attachment.html
More information about the macports-changes
mailing list