summaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-04-13 18:25:30 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-04-13 18:25:30 (GMT)
commit2dffee230ad83bcc4614e0e1bdb9d20d53b80574 (patch)
treed47610a7bfd1e038b9c07294dbfe0b9d73f45116 /scripts/functions
parentb3841f0aa933120e284c91bded8e3fb76932b055 (diff)
Fix a comment.
functions | 6 3 3 0 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Diffstat (limited to 'scripts/functions')
-rw-r--r--scripts/functions6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/functions b/scripts/functions
index c4b6803..c4f739a 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -283,9 +283,9 @@ CT_DoGetFileWget() {
# With automated download as we are doing, it can be very dangerous to use
# -c to continue the downloads. It's far better to simply overwrite the
# destination file
- # Some company networks have proxies to connec to to the internet, but it's
- # not easy to detect them, and wget may never timeout while connecting, so
- # force a global 120s timeout.
+ # Some company networks have proxies to connect to to the internet, but
+ # it's not easy to detect them, and wget may never timeout while connecting,
+ # so force a global 120s timeout.
wget -T 120 -nc --progress=dot:binary --tries=3 --passive-ftp "$1" \
|| wget -T 120 -nc --progress=dot:binary --tries=3 "$1" \
|| true