summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-03-27 07:23:05 +0000
committerZac Medico <zmedico@gentoo.org>2009-03-27 07:23:05 +0000
commit9501dabfa3e4aac788b1dc2e0d5f8d45ed29a5d9 (patch)
tree41af195d712f5c40c52e5860a13e95147d324895
parent12be1906f977a1f0a8698f17e9cd5a7ffba37c9d (diff)
downloadportage-9501dabfa3e4aac788b1dc2e0d5f8d45ed29a5d9.tar.gz
portage-9501dabfa3e4aac788b1dc2e0d5f8d45ed29a5d9.tar.bz2
portage-9501dabfa3e4aac788b1dc2e0d5f8d45ed29a5d9.zip
Fix typo in comment.
svn path=/main/trunk/; revision=13230
-rw-r--r--pym/portage/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index c4a7a6d61..771e720d3 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -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