projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01d85ae
)
actions.py: fix grammar in comment
author
Zac Medico
<zmedico@gentoo.org>
Sat, 10 Dec 2011 21:37:15 +0000
(13:37 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 10 Dec 2011 21:37:15 +0000
(13:37 -0800)
pym/_emerge/actions.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/actions.py
b/pym/_emerge/actions.py
index f38998d093b22466b9b757973973923f1fa81c92..7150c236384c138cfa6ed50170473a84f293871e 100644
(file)
--- 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