projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c4c6f3
)
Alter wording in 'interfaces.py' to be correct wrt #778
author
"Kevan Carstensen"
<kevan@isnotajoke.com>
Sat, 5 Dec 2009 04:40:05 +0000
(21:40 -0700)
committer
"Kevan Carstensen"
<kevan@isnotajoke.com>
Sat, 5 Dec 2009 04:40:05 +0000
(21:40 -0700)
src/allmydata/interfaces.py
patch
|
blob
|
history
diff --git
a/src/allmydata/interfaces.py
b/src/allmydata/interfaces.py
index ad7197ba477d41bf420c1d7042b1c17de66ab56d..831fcb6d74e07f16fee00f7001392420af48c153 100644
(file)
--- a/
src/allmydata/interfaces.py
+++ b/
src/allmydata/interfaces.py
@@
-1272,7
+1272,7
@@
class IEncoder(Interface):
def set_params(params):
"""Override the default encoding parameters. 'params' is a tuple of
(k,d,n), where 'k' is the number of required shares, 'd' is the
- s
hare
s_of_happiness, and 'n' is the total number of shares that will
+ s
erver
s_of_happiness, and 'n' is the total number of shares that will
be created.
Encoding parameters can be set in three ways. 1: The Encoder class