summaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
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