From 2dffee230ad83bcc4614e0e1bdb9d20d53b80574 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 13 Apr 2008 18:25:30 +0000 Subject: Fix a comment. functions | 6 3 3 0 +++--- 1 file 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 -- cgit v0.10.2-6-g49f6