Fix typo from previous commit.
authorZac Medico <zmedico@gentoo.org>
Wed, 1 Jul 2009 00:28:28 +0000 (00:28 -0000)
committerZac 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

index 4f64ec9c7bc6ad00b25e9ebc618f209514564e11..95f02c087aa207ace082f60ba2277d4ce5889e76 100644 (file)
@@ -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 = []