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

pym/portage/__init__.py

index c4a7a6d61d17ec6231e4a2657dbaee2bb1ae4bc3..771e720d36d0802fa61b7d0e939a4910e27b9cd5 100644 (file)
@@ -5053,7 +5053,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