diff -r dd62fca2d6fd -r 14a3d24927dc scripts/functions --- a/scripts/functions Sun Apr 13 18:16:58 2008 +0000 +++ b/scripts/functions Sun Apr 13 18:25:30 2008 +0000 @@ -283,9 +283,9 @@ # 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