]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
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

index ad7197ba477d41bf420c1d7042b1c17de66ab56d..831fcb6d74e07f16fee00f7001392420af48c153 100644 (file)
@@ -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
-        shares_of_happiness, and 'n' is the total number of shares that will
+        servers_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