summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-07-01 00:28:28 +0000
committerZac Medico <zmedico@gentoo.org>2009-07-01 00:28:28 +0000
commit800f70c5d5bbc38d7af1ca94e5064d6162927a59 (patch)
tree23772083d6d0101cb2bcc27ac6549d1153c5d669 /pym
parent38d16678a5e31519adc200b6b002104effd5be92 (diff)
downloadportage-800f70c5d5bbc38d7af1ca94e5064d6162927a59.tar.gz
portage-800f70c5d5bbc38d7af1ca94e5064d6162927a59.tar.bz2
portage-800f70c5d5bbc38d7af1ca94e5064d6162927a59.zip
Fix typo from previous commit.
svn path=/main/trunk/; revision=13753
Diffstat (limited to 'pym')
-rw-r--r--pym/_emerge/depgraph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
index 4f64ec9c7..95f02c087 100644
--- 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 mixuture of merges and uninstalls,
+ # If there is a mixture of merges and uninstalls,
# do the uninstalls first.
if len(nodes) > 1:
good_uninstalls = []