From: "Kevan Carstensen" <kevan@isnotajoke.com>
Date: Sat, 5 Dec 2009 04:40:05 +0000 (-0700)
Subject: Alter wording in 'interfaces.py' to be correct wrt #778
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/uri/simplejson/-?a=commitdiff_plain;h=5fe125ed7443864d8abe9f9350043d56e7c99c6c;p=tahoe-lafs%2Ftahoe-lafs.git

Alter wording in 'interfaces.py' to be correct wrt #778
---

diff --git a/src/allmydata/interfaces.py b/src/allmydata/interfaces.py
index ad7197ba..831fcb6d 100644
--- 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
-        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