From 5fe125ed7443864d8abe9f9350043d56e7c99c6c Mon Sep 17 00:00:00 2001
From: "\"Kevan Carstensen\"" <kevan@isnotajoke.com>
Date: Fri, 4 Dec 2009 21:40:05 -0700
Subject: [PATCH] Alter wording in 'interfaces.py' to be correct wrt #778

---
 src/allmydata/interfaces.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.45.2