From: Zac Medico Date: Sat, 10 Dec 2011 22:01:55 +0000 (-0800) Subject: const.py: fix spelling of a comment X-Git-Tag: v2.2.0_alpha80~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=981cefdae6bc70c98b518b059558e295269490bf;p=portage.git const.py: fix spelling of a comment --- diff --git a/pym/portage/const.py b/pym/portage/const.py index a32933c4b..5c738e431 100644 --- a/pym/portage/const.py +++ b/pym/portage/const.py @@ -145,7 +145,7 @@ MANIFEST2_IDENTIFIERS = ("AUX", "MISC", "DIST", "EBUILD") # constant should be minimal, in favor of access via the EPREFIX setting of # a config instance (since it's possible to contruct a config instance with # a different EPREFIX). Therefore, the EPREFIX constant should *NOT* be used -# in the definition of any other contstants within this file. +# in the definition of any other constants within this file. EPREFIX="" # pick up EPREFIX from the environment if set