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/TeXLive/TLPDB.pm | |
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/TeXLive/TLPDB.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPDB.pm | 6 |
1 files changed, 3 insertions, 3 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!!! |