const.py: fix spelling of a comment
authorZac Medico <zmedico@gentoo.org>
Sat, 10 Dec 2011 22:01:55 +0000 (14:01 -0800)
committerZac Medico <zmedico@gentoo.org>
Sat, 10 Dec 2011 22:01:55 +0000 (14:01 -0800)
pym/portage/const.py

index a32933c4bec27201d945d20f056f12b0f215d3c5..5c738e43125a4a59ebde25331268cdce67ab4056 100644 (file)
@@ -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