From: Zac Medico Date: Sat, 10 Dec 2011 21:37:15 +0000 (-0800) Subject: actions.py: fix grammar in comment X-Git-Tag: v2.2.0_alpha80~13 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=495c0ce534af794456a0a21f213f8f996bce0186;p=portage.git actions.py: fix grammar in comment --- 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