summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/FakeVartree.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-09-06 11:57:27 -0700
committerZac Medico <zmedico@gentoo.org>2010-09-06 11:57:27 -0700
commit655de34818c503babea5898ced341c7806d95e64 (patch)
treee381e2989b43e6212973f73ae01f3c93f9623008 /pym/_emerge/FakeVartree.py
parent54c9fb769edc0a0cf348f1781b30b1eb248d7895 (diff)
downloadportage-655de34818c503babea5898ced341c7806d95e64.tar.gz
portage-655de34818c503babea5898ced341c7806d95e64.tar.bz2
portage-655de34818c503babea5898ced341c7806d95e64.zip
Fix typo in FakeVartree._pkg() docstring.
Diffstat (limited to 'pym/_emerge/FakeVartree.py')
-rw-r--r--pym/_emerge/FakeVartree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/FakeVartree.py b/pym/_emerge/FakeVartree.py
index e6ec15fc3..977824c78 100644
--- a/pym/_emerge/FakeVartree.py
+++ b/pym/_emerge/FakeVartree.py
@@ -184,7 +184,7 @@ class FakeVartree(vartree):
"""
The RootConfig instance that will become the Package.root_config
attribute can be overridden by the FakeVartree pkg_root_config
- constructory argument, since we want to be consitent with the
+ constructory argument, since we want to be consistent with the
depgraph._pkg() method which uses a specially optimized
RootConfig that has a FakeVartree instead of a real vartree.
"""