actions.py: fix grammar in comment
authorZac Medico <zmedico@gentoo.org>
Sat, 10 Dec 2011 21:37:15 +0000 (13:37 -0800)
committerZac Medico <zmedico@gentoo.org>
Sat, 10 Dec 2011 21:37:15 +0000 (13:37 -0800)
pym/_emerge/actions.py

index f38998d093b22466b9b757973973923f1fa81c92..7150c236384c138cfa6ed50170473a84f293871e 100644 (file)
@@ -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