From 4b9d142bd37dcdc94b7bcdbdb3f7109d7a915e25 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 13 Dec 2004 15:56:00 +0000 Subject: better english (writing style rather than spoken one) --- perl-install/http.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/http.pm') diff --git a/perl-install/http.pm b/perl-install/http.pm index 8c19c104a..dec3773a8 100644 --- a/perl-install/http.pm +++ b/perl-install/http.pm @@ -21,7 +21,7 @@ sub getFile { $sock = IO::Socket::INET->new(PeerAddr => $use_http_proxy ? $ENV{PROXY} : $host, PeerPort => $use_http_proxy ? $ENV{PROXYPORT} : $port || 80, Proto => 'tcp', - Timeout => 60) or die "can't connect $@"; + Timeout => 60) or die "can not connect $@"; $sock->autoflush; print $sock join("\015\012" => "GET " . ($use_http_proxy ? $url : $path) . " HTTP/1.0", -- cgit v1.2.1