From: Brian Warner <warner@lothar.com>
Date: Sat, 14 Jul 2007 00:00:06 +0000 (-0700)
Subject: encode.py: minor typo
X-Git-Url: https://git.rkrishnan.org/%5B/cyclelanguage?a=commitdiff_plain;h=d206843625d105b934d1584e3c7f23ab975ac8f7;p=tahoe-lafs%2Ftahoe-lafs.git

encode.py: minor typo
---

diff --git a/src/allmydata/encode.py b/src/allmydata/encode.py
index 3f643964..246bf8b4 100644
--- a/src/allmydata/encode.py
+++ b/src/allmydata/encode.py
@@ -290,7 +290,7 @@ class Encoder(object):
     def _encoded_segment(self, (shares, shareids), segnum):
         # To generate the URI, we must generate the roothash, so we must
         # generate all shares, even if we aren't actually giving them to
-        # anybody. This means that the set of share we create will be equal
+        # anybody. This means that the set of shares we create will be equal
         # to or larger than the set of landlords. If we have any landlord who
         # *doesn't* have a share, that's an error.
         _assert(set(self.landlords.keys()).issubset(set(shareids)),