diff options
author | 2020-11-07 12:55:46 +0100 | |
---|---|---|
committer | 2020-11-21 16:35:49 -0800 | |
commit | 222adeecbd72f070eaa05e39b0951cabd6ba8026 (patch) | |
tree | 0bfe3c722d9aa15581f0bca3e5ebb8a7e73936fc /lib/_emerge | |
parent | Add slot operator := BDEPEND unit tests for bug 752153 (diff) | |
download | portage-222adeecbd72f070eaa05e39b0951cabd6ba8026.tar.gz portage-222adeecbd72f070eaa05e39b0951cabd6ba8026.tar.bz2 portage-222adeecbd72f070eaa05e39b0951cabd6ba8026.zip |
Typofix: Use just one definite article
I first noticed this in make.conf(5) but it turned out there were many
more occurences of these; fixed with find & sed.
Closes: https://github.com/gentoo/portage/pull/634
Signed-off-by: Petr Šabata <contyk@redhat.com>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'lib/_emerge')
-rw-r--r-- | lib/_emerge/depgraph.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/_emerge/depgraph.py b/lib/_emerge/depgraph.py index 6aaacfe44..a994caea7 100644 --- a/lib/_emerge/depgraph.py +++ b/lib/_emerge/depgraph.py @@ -10061,7 +10061,7 @@ def _resume_depgraph(settings, trees, mtimedb, myopts, myparams, spinner): # If this package was pulled in by a parent # package scheduled for merge, removing this - # package may cause the the parent package's + # package may cause the parent package's # dependency to become unsatisfied. for parent_node, atom in \ mydepgraph._dynamic_config._parent_atoms.get(pkg, []): |