summaryrefslogtreecommitdiffstats
path: root/pym/portage/const.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-12-10 14:01:55 -0800
committerZac Medico <zmedico@gentoo.org>2011-12-10 14:01:55 -0800
commit981cefdae6bc70c98b518b059558e295269490bf (patch)
treebf8bf2034e6a4a3e6f77152f2680604c31c676f2 /pym/portage/const.py
parent1a6c6c29d1046f56c7661fb5f970597554349838 (diff)
downloadportage-981cefdae6bc70c98b518b059558e295269490bf.tar.gz
portage-981cefdae6bc70c98b518b059558e295269490bf.tar.bz2
portage-981cefdae6bc70c98b518b059558e295269490bf.zip
const.py: fix spelling of a comment
Diffstat (limited to 'pym/portage/const.py')
-rw-r--r--pym/portage/const.py2
1 files changed, 1 insertions, 1 deletions
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