summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-04-10 13:05:45 -0700
committerZac Medico <zmedico@gentoo.org>2011-04-13 00:50:06 -0700
commit5a14ed9899a6544f791c6476432c5b7280f01875 (patch)
tree2d1809135e0859afe0116feb4f843940968a208e
parente0219e53e37cd1c984d58d0f6ac8925190ffc939 (diff)
downloadportage-5a14ed9899a6544f791c6476432c5b7280f01875.tar.gz
portage-5a14ed9899a6544f791c6476432c5b7280f01875.tar.bz2
portage-5a14ed9899a6544f791c6476432c5b7280f01875.zip
Fix a typo in a comment.
-rw-r--r--pym/_emerge/Scheduler.py2
1 files changed, 1 insertions, 1 deletions
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: