summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/depgraph.py
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2010-08-29 21:26:53 +0200
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2010-08-29 21:26:53 +0200
commit0937861ebacd27a0437d5a5a13a0905f083b19e6 (patch)
treeb0acc1d148cfce5a4f075cc2c30c7dde690a5214 /pym/_emerge/depgraph.py
parent8af57e645c0840a74cbb6a20cab703cfa6d04baa (diff)
downloadportage-0937861ebacd27a0437d5a5a13a0905f083b19e6.tar.gz
portage-0937861ebacd27a0437d5a5a13a0905f083b19e6.tar.bz2
portage-0937861ebacd27a0437d5a5a13a0905f083b19e6.zip
Fix some typos.
Diffstat (limited to 'pym/_emerge/depgraph.py')
-rw-r--r--pym/_emerge/depgraph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
index 69fe00298..cb9c5d4c0 100644
--- a/pym/_emerge/depgraph.py
+++ b/pym/_emerge/depgraph.py
@@ -2937,7 +2937,7 @@ class depgraph(object):
is consistent such that initially satisfied deep dependencies are not
broken in the new graph. Initially unsatisfied dependencies are
irrelevant since we only want to avoid breaking dependencies that are
- intially satisfied.
+ initially satisfied.
Since this method can consume enough time to disturb users, it is
currently only enabled by the --complete-graph option.