summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLDownload.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-19 16:02:35 +0000
committerKarl Berry <karl@freefriends.org>2013-04-19 16:02:35 +0000
commitcd8bd9150225fd603f3d1a3c70914668b0d01866 (patch)
tree95d44e01d47f726da7f7ade6f160c808f136a813 /Master/tlpkg/TeXLive/TLDownload.pm
parentc79d10db64a072f1ee07e9dc04dc9ebcc191c07c (diff)
msg tweaking in case of wget fallback
git-svn-id: svn://tug.org/texlive/trunk@30038 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLDownload.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLDownload.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLDownload.pm b/Master/tlpkg/TeXLive/TLDownload.pm
index d1528d89768..0eb24f84357 100644
--- a/Master/tlpkg/TeXLive/TLDownload.pm
+++ b/Master/tlpkg/TeXLive/TLDownload.pm
@@ -28,7 +28,7 @@ my $MAX_ERRORCOUNT = 5;
our $net_lib_avail = 0;
eval { require LWP; };
if ($@) {
- debug("LWP is not available, falling back to wget mode.\n");
+ debug("LWP is not available, falling back to wget.\n");
$net_lib_avail = 0;
} else {
require LWP::UserAgent;