summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/actions.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-12-10 13:37:15 -0800
committerZac Medico <zmedico@gentoo.org>2011-12-10 13:37:15 -0800
commit495c0ce534af794456a0a21f213f8f996bce0186 (patch)
treed3a58a9e897f57127b1bd9232356442795517847 /pym/_emerge/actions.py
parent01d85ae3b72022cda50830d6aff61f92b48a19fc (diff)
downloadportage-495c0ce534af794456a0a21f213f8f996bce0186.tar.gz
portage-495c0ce534af794456a0a21f213f8f996bce0186.tar.bz2
portage-495c0ce534af794456a0a21f213f8f996bce0186.zip
actions.py: fix grammar in comment
Diffstat (limited to 'pym/_emerge/actions.py')
-rw-r--r--pym/_emerge/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py
index f38998d09..7150c2363 100644
--- a/pym/_emerge/actions.py
+++ b/pym/_emerge/actions.py
@@ -2991,7 +2991,7 @@ def load_emerge_config(trees=None):
mtimedbfile = os.path.join(settings['EROOT'], portage.CACHE_PATH, "mtimedb")
mtimedb = portage.MtimeDB(mtimedbfile)
portage.output._init(config_root=settings['PORTAGE_CONFIGROOT'])
- # The portage_uid initialization here must to happend before
+ # The portage_uid initialization here must happen before
# the _init_dirs() calls below.
portage.data._init(settings)
QueryCommand._db = trees