From c5222558f4da064ffe94e321cc58108b06e33a90 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Mon, 1 Dec 2008 17:25:40 -0700 Subject: [PATCH] storage.py: fix minor typo in comment --- src/allmydata/storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.45.2