]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
encode.py: minor typo
authorBrian Warner <warner@lothar.com>
Sat, 14 Jul 2007 00:00:06 +0000 (17:00 -0700)
committerBrian Warner <warner@lothar.com>
Sat, 14 Jul 2007 00:00:06 +0000 (17:00 -0700)
src/allmydata/encode.py

index 3f643964c265a7c1f57f7223830766c9217bdfd0..246bf8b40c24f8516bf1717fd886c58d06272b53 100644 (file)
@@ -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)),