Fix spelling of _show_unsatisfied_blockers().
authorZac Medico <zmedico@gentoo.org>
Sun, 4 May 2008 01:48:04 +0000 (01:48 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 4 May 2008 01:48:04 +0000 (01:48 -0000)
svn path=/main/trunk/; revision=10151

pym/_emerge/__init__.py

index b5385f5065fdcde7eec2ea9141ade1d972a1ea7b..ed04bc26758ee1faa7160f1be974de18c447ec79 100644 (file)
@@ -3906,7 +3906,7 @@ class depgraph(object):
                                display_list.reverse()
                        self.display(display_list)
 
-       def _show_unsatisied_blockers(self, blockers):
+       def _show_unsatisfied_blockers(self, blockers):
                self._show_merge_list()
                msg = "Error: The above package list contains " + \
                        "packages which cannot be installed " + \
@@ -4609,7 +4609,7 @@ class depgraph(object):
                # The user is only notified of a slot conflict if
                # there are no unresolvable blocker conflicts.
                if self._unsatisfied_blockers_for_display is not None:
-                       self._show_unsatisied_blockers(
+                       self._show_unsatisfied_blockers(
                                self._unsatisfied_blockers_for_display)
                else:
                        self._show_slot_collision_notice()