Fix a typo in a comment.
authorZac Medico <zmedico@gentoo.org>
Sun, 10 Apr 2011 20:05:45 +0000 (13:05 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 10 Apr 2011 20:05:45 +0000 (13:05 -0700)
pym/_emerge/Scheduler.py

index d557a14102949ba7af8dd63990ce223b46518249..55febf745826a7323232b1234b4bd36663201889 100644 (file)
@@ -1378,7 +1378,7 @@ class Scheduler(PollScheduler):
                In general, this keeps track of installed system packages with
                unsatisfied RDEPEND or PDEPEND (circular dependencies). It can be
                a fragile situation, so we don't execute any unrelated builds until
-               the circular dependencies are built and intstalled.
+               the circular dependencies are built and installed.
                """
                graph = self._digraph
                if graph is None: