aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-07-17 06:35:26 +0200
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-07-17 06:35:26 +0200
commit1040aaeaf2023717d99f40377583ca7453f60d33 (patch)
tree4dd406b9456b88f619c14b0491a12971113b2c3f
parentEbuildFetcher: handle FileNotFound (diff)
downloadportage-1040aaeaf2023717d99f40377583ca7453f60d33.tar.gz
portage-1040aaeaf2023717d99f40377583ca7453f60d33.tar.bz2
portage-1040aaeaf2023717d99f40377583ca7453f60d33.zip
Fix a typo in a doc string.
-rw-r--r--pym/_emerge/EbuildFetcher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/EbuildFetcher.py b/pym/_emerge/EbuildFetcher.py
index 32d1ccfa3..feb68d072 100644
--- a/pym/_emerge/EbuildFetcher.py
+++ b/pym/_emerge/EbuildFetcher.py
@@ -25,7 +25,7 @@ class EbuildFetcher(SpawnProcess):
def already_fetched(self, settings):
"""
- Returns True if all files are already exist locally and have correct
+ Returns True if all files already exist locally and have correct
digests, otherwise return False. When returning True, appropriate
digest checking messages are produced for display and/or logging.
When returning False, no messages are produced, since we assume