diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-01 18:25:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-01 18:25:13 +0000 |
commit | 971b15e96a186265837d6d4c51d9c1a94eaa7930 (patch) | |
tree | 2cb2f804f6d6d217f9e0990cf8f9bd82fd5c3385 /Master/tlpkg | |
parent | 4ff2e84760d2408bc24aea7e1216b38cd9a85aac (diff) |
doubled word typos
git-svn-id: svn://tug.org/texlive/trunk@47556 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPDB.pm | 6 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index 910d531fbaa..ef36e54aa48 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -1353,7 +1353,7 @@ sub listdir { =item C<< $tlpdb->config_src_container >> -Returns 1 if the the texlive config option for src files splitting on +Returns 1 if the texlive config option for src files splitting on container level is set. See Options below. =cut @@ -1380,7 +1380,7 @@ sub config_src_container { =item C<< $tlpdb->config_doc_container >> -Returns 1 if the the texlive config option for doc files splitting on +Returns 1 if the texlive config option for doc files splitting on container level is set. See Options below. =cut @@ -2841,7 +2841,7 @@ sub virtual_pinning { # means that: # for package "foo" the revision numbers of "foo" in the repos "repo1", # "repo2", and "main" are numerically compared and biggest number wins. -# for all other packages of "repo1" and "repo2", other other repositories +# for all other packages of "repo1" and "repo2", other repositories # are not considered. # # NOT IMPLEMENTED YET!!! diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 76c2c847a0a..b8af0fe476f 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -2435,7 +2435,7 @@ sub setup_unix_one { } } } else { - # hope that we can find in in the global PATH + # hope that we can find in the global PATH $test_fallback = 1; } if ($test_fallback) { |