projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54c9fb7
)
Fix typo in FakeVartree._pkg() docstring.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 6 Sep 2010 18:57:27 +0000
(11:57 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 6 Sep 2010 18:57:27 +0000
(11:57 -0700)
pym/_emerge/FakeVartree.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/FakeVartree.py
b/pym/_emerge/FakeVartree.py
index e6ec15fc300367031136915f5399f8a9b1337f67..977824c78433c9104d1b9e5900ea236bd39e484f 100644
(file)
--- 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 consi
s
tent with the
depgraph._pkg() method which uses a specially optimized
RootConfig that has a FakeVartree instead of a real vartree.
"""