summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/tlpkg/TeXLive/TLConfig.pm2
-rw-r--r--Master/tlpkg/TeXLive/TLPDB.pm2
-rw-r--r--Master/tlpkg/TeXLive/TLPaper.pm4
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm2
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