From 800f70c5d5bbc38d7af1ca94e5064d6162927a59 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 1 Jul 2009 00:28:28 +0000 Subject: Fix typo from previous commit. svn path=/main/trunk/; revision=13753 --- pym/_emerge/depgraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/_emerge/depgraph.py') 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 = [] -- cgit v1.2.3-1-g7c22