summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-11-12 23:26:08 +0000
committerNorbert Preining <preining@logic.at>2008-11-12 23:26:08 +0000
commit6ec605cf4870b70205a9a25f62585c2638ddc179 (patch)
tree1085432ac25ddbe8831f0e4eedd3b2e2dfa63f9d /Master/texmf
parent3fa9935e8c9a7f5581c96c6c8f7f85f07e743617 (diff)
typo fix
git-svn-id: svn://tug.org/texlive/trunk@11272 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index a2a123a37e7..f72c28ba036 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -507,7 +507,7 @@ sub action_remove {
delete($packs{$p});
if (defined($origpacks{$p})) {
my @needed = $localtlpdb->needed_by($p);
- tlwarn("not removing $p, is is still needed by " .
+ tlwarn("not removing $p, it is still needed by " .
join(" ", @needed) . "\n");
}
}