Index: library/xotcl/library/comm/Access.xotcl =================================================================== diff -u -N -r50bf7579329a24ed63b1cab7f4b47906f1e38dc2 -r2a955681817e4db4776d7ae904babe8053c5ad74 --- library/xotcl/library/comm/Access.xotcl (.../Access.xotcl) (revision 50bf7579329a24ed63b1cab7f4b47906f1e38dc2) +++ library/xotcl/library/comm/Access.xotcl (.../Access.xotcl) (revision 2a955681817e4db4776d7ae904babe8053c5ad74) @@ -1464,9 +1464,9 @@ } } - ParallelSink instproc requests {urls} { + ParallelSink instproc requests {URLs} { my showTimeStart - foreach url $urls { my scheduleRequest GET $url } + foreach url $URLs { my scheduleRequest GET $url } my wait my showTimeEnd }