diff options
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPDB.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPDB.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index 04d6b7b9971..811da76099b 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -335,7 +335,7 @@ sub from_file { # we don't have to negate since not zero means error in the shell # and thus in perl true if (system("$xzdec <$xzfile_quote >$tlpdbfile_quote")) { - debug("un-xzing $xzfile failed, tryin gplain file\n"); + debug("un-xzing $xzfile failed, trying plain file\n"); # to be sure we unlink the xz file and the tlpdbfile unlink($xzfile); unlink($tlpdbfile); |