Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 39177 for trunk/base/src

Show
Ignore:
Timestamp:
2008-08-11 05:22:33 (3 months ago)
Author:
simon@…
Message:

base: Typo fix in portfetch.tcl.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/portfetch.tcl

    r38960 r39177  
    540540 
    541541# Perform a standard fetch, assembling fetch urls from 
    542 # the listed url varable and associated distfile 
     542# the listed url variable and associated distfile 
    543543proc fetchfiles {args} { 
    544544        global distpath all_dist_files UI_PREFIX fetch_urls 
     
    672672    global distname distpath all_dist_files fetch.type 
    673673 
    674     # Check for files, download if neccesary 
     674    # Check for files, download if necessary 
    675675    if {![info exists all_dist_files] && "${fetch.type}" == "standard"} { 
    676676        return 0