diff options
author | Karl Berry <karl@freefriends.org> | 2015-12-03 18:53:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-12-03 18:53:45 +0000 |
commit | 59895c28451fb94f928fff2f45f1271998536695 (patch) | |
tree | 49461f05a7bddfa2dbaf43a97b74d23a67d7ac58 | |
parent | d8497022d7566dfeaca92ed7db1af58412409dae (diff) |
doc/error wording
git-svn-id: svn://tug.org/texlive/trunk@39006 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 2 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLPDB.pm | 2 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLPaper.pm | 4 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index 8616de028c0..ff3d0984d5c 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -218,7 +218,7 @@ our $F_NOPOSTACTION = 4; =head1 NAME -C<TeXLive::TLConfig> -- TeX Live Configurations +C<TeXLive::TLConfig> -- TeX Live Configuration module =head1 SYNOPSIS 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); diff --git a/Master/tlpkg/TeXLive/TLPaper.pm b/Master/tlpkg/TeXLive/TLPaper.pm index be2b375e824..b4b3e431d40 100644 --- a/Master/tlpkg/TeXLive/TLPaper.pm +++ b/Master/tlpkg/TeXLive/TLPaper.pm @@ -1,6 +1,6 @@ # $Id$ # TeXLive::TLPaper.pm - query/modify paper sizes for our various programs -# Copyright 2008-2014 Norbert Preining +# Copyright 2008-2015 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # @@ -37,7 +37,7 @@ BEGIN { =head1 NAME -C<TeXLive::TLPaper> -- paper size setting +C<TeXLive::TLPaper> -- TeX Live paper size setting module =head1 SYNOPSIS diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index af6a1b908bb..a0d09f7abab 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -21,7 +21,7 @@ sub module_revision { =head1 NAME -C<TeXLive::TLUtils> -- utilities used in the TeX Live infrastructure +C<TeXLive::TLUtils> -- utilities used in TeX Live infrastructure =head1 SYNOPSIS |