From: Brian Warner <warner@lothar.com>
Date: Tue, 2 Dec 2008 00:25:40 +0000 (-0700)
Subject: storage.py: fix minor typo in comment
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/%22file:/%22doc.html?a=commitdiff_plain;h=c5222558f4da064ffe94e321cc58108b06e33a90;p=tahoe-lafs%2Ftahoe-lafs.git

storage.py: fix minor typo in comment
---

diff --git a/src/allmydata/storage.py b/src/allmydata/storage.py
index 6a4710cf..13ef5347 100644
--- a/src/allmydata/storage.py
+++ b/src/allmydata/storage.py
@@ -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,