projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25d00e7
)
Fix a typo in a comment.
author
Zac Medico
<zmedico@gentoo.org>
Sun, 17 Jul 2011 00:10:36 +0000
(17:10 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 17 Jul 2011 00:10:36 +0000
(17:10 -0700)
pym/_emerge/EbuildFetcher.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/EbuildFetcher.py
b/pym/_emerge/EbuildFetcher.py
index 06667874817be3edb0909a08f45cfcd7cc76d59d..403bb45859dc1b14d170e6521e86c1dcf51ba041 100644
(file)
--- a/
pym/_emerge/EbuildFetcher.py
+++ b/
pym/_emerge/EbuildFetcher.py
@@
-88,7
+88,7
@@
class EbuildFetcher(SpawnProcess):
portage.output.havecolor = global_havecolor
if success:
- # When returning un
cess
essfully, no messages are produced, since
+ # When returning un
succ
essfully, no messages are produced, since
# we assume that a fetcher process will later be executed in order
# to produce such messages.
msg = out.getvalue()