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>
Wed, 13 Apr 2011 07:50:06 +0000 (00:50 -0700)
pym/_emerge/Scheduler.py

index f28d7ef00a3a2164720592f40193ad3861ec749f..c9b7c9fad53e3365e1612ff29ec62128d07f773f 100644 (file)
@@ -1376,7 +1376,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: