]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
storage.py: fix minor typo in comment
authorBrian Warner <warner@lothar.com>
Tue, 2 Dec 2008 00:25:40 +0000 (17:25 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 2 Dec 2008 00:25:40 +0000 (17:25 -0700)
src/allmydata/storage.py

index 6a4710cf86482eda1f8197ca89350b35ca281520..13ef5347d0fd6eb3e3502e827e0bfb54aa2fc69e 100644 (file)
@@ -943,7 +943,7 @@ class StorageServer(service.MultiService, Referenceable):
         # in this implementation, the lease information (including secrets)
         # goes into the share files themselves. It could also be put into a
         # separate database. Note that the lease should not be added until
-        # the BucketWrite has been closed.
+        # the BucketWriter has been closed.
         expire_time = time.time() + 31*24*60*60
         lease_info = LeaseInfo(owner_num,
                                renew_secret, cancel_secret,