projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38d1667
)
Fix typo from previous commit.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 1 Jul 2009 00:28:28 +0000
(
00:28
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 1 Jul 2009 00:28:28 +0000
(
00:28
-0000)
svn path=/main/trunk/; revision=13753
pym/_emerge/depgraph.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/depgraph.py
b/pym/_emerge/depgraph.py
index 4f64ec9c7bc6ad00b25e9ebc618f209514564e11..95f02c087aa207ace082f60ba2277d4ce5889e76 100644
(file)
--- a/
pym/_emerge/depgraph.py
+++ b/
pym/_emerge/depgraph.py
@@
-2877,7
+2877,7
@@
class depgraph(object):
ignore_priority = priority_range.ignore_priority[i]
nodes = get_nodes(ignore_priority=ignore_priority)
if nodes:
- # If there is a mix
u
ture of merges and uninstalls,
+ # If there is a mixture of merges and uninstalls,
# do the uninstalls first.
if len(nodes) > 1:
good_uninstalls = []