From: Zac Medico Date: Sun, 10 Apr 2011 20:05:45 +0000 (-0700) Subject: Fix a typo in a comment. X-Git-Tag: v2.1.9.46~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5a14ed9899a6544f791c6476432c5b7280f01875;p=portage.git Fix a typo in a comment. --- diff --git a/pym/_emerge/Scheduler.py b/pym/_emerge/Scheduler.py index f28d7ef00..c9b7c9fad 100644 --- a/pym/_emerge/Scheduler.py +++ b/pym/_emerge/Scheduler.py @@ -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: