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

bin/emerge

index 92e321021534edb4703b6ba44dbde74fa7dc2564..604b4f12508126da33df7a4c4da0c1498608f08b 100755 (executable)
@@ -4055,7 +4055,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 " + \
@@ -4764,7 +4764,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()