Fix typo in comment. (trunk r13230)
authorZac Medico <zmedico@gentoo.org>
Fri, 27 Mar 2009 07:23:22 +0000 (07:23 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 27 Mar 2009 07:23:22 +0000 (07:23 -0000)
svn path=/main/branches/2.1.6/; revision=13231

pym/portage/__init__.py

index 3ff952b7e6d7e9a887545f69ffcdc1823dfcaf37..b209fe65765a387b8b36f0ae1870a7e06422d555 100644 (file)
@@ -5043,7 +5043,7 @@ def eapi_is_supported(eapi):
 
 # Generally, it's best not to assume that cache entries for unsupported EAPIs
 # can be validated. However, the current package manager specification does not
-# guarantee that that the EAPI can be parsed without sourcing the ebuild, so
+# guarantee that the EAPI can be parsed without sourcing the ebuild, so
 # it's too costly to discard existing cache entries for unsupported EAPIs.
 # Therefore, by default, assume that cache entries for unsupported EAPIs can be
 # validated. If FEATURES=parse-eapi-* is enabled, this assumption is discarded