diff options
author | Norbert Preining <preining@logic.at> | 2008-07-31 17:53:48 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-07-31 17:53:48 +0000 |
commit | 8c584ce95bb89188d17952c247b24040c6536627 (patch) | |
tree | 9d34f002e25e94d4f2c131c370f2e01596f08eba /Master/install-tl | |
parent | 5faa2429f2f1938a9f14495f22ea62ee2112f5a0 (diff) |
install-tl: fix typos
git-svn-id: svn://tug.org/texlive/trunk@9948 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/install-tl b/Master/install-tl index d4a4a97f29b..2290e825ce7 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -667,8 +667,7 @@ sub calc_depends { foreach $p (keys %install) { my $tlpobj = $tlpdb->get_package($p); if (not(defined($tlpobj))) { - tlwarn("W: $p should be installed bug cannot be found in texlive.tlpdb!\n"); - tlwarn("W: disabling it (expect this messages a view times!)\n"); + tlwarn("W: $p should be installed but cannot be found in texlive.tlpdb, disabling it!\n"); $install{$p} = 0; next; } |