From: Zac Medico Date: Mon, 6 Sep 2010 18:57:27 +0000 (-0700) Subject: Fix typo in FakeVartree._pkg() docstring. X-Git-Tag: v2.2_rc76~9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=655de34818c503babea5898ced341c7806d95e64;p=portage.git Fix typo in FakeVartree._pkg() docstring. --- 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. """