diff options
-rw-r--r-- | Master/tlpkg/TeXLive/TLPOBJ.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm index 9ebc3ca86c5..877ab312a00 100644 --- a/Master/tlpkg/TeXLive/TLPOBJ.pm +++ b/Master/tlpkg/TeXLive/TLPOBJ.pm @@ -531,8 +531,8 @@ sub make_container { . "relative generation not allowed"); } if ($tltree ne $RelocTree) { - die ("$0: building $pkg container relocatable but the comon prefix" - . "is not $RelocTree"); + die ("$0: building $containername container relocatable but the common" + . " prefix is not $RelocTree"); } s,^$RelocTree/,, foreach @files; } |