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