projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfba882
)
storage.py: fix minor typo in comment
author
Brian Warner
<warner@lothar.com>
Tue, 2 Dec 2008 00:25:40 +0000
(17:25 -0700)
committer
Brian Warner
<warner@lothar.com>
Tue, 2 Dec 2008 00:25:40 +0000
(17:25 -0700)
src/allmydata/storage.py
patch
|
blob
|
history
diff --git
a/src/allmydata/storage.py
b/src/allmydata/storage.py
index 6a4710cf86482eda1f8197ca89350b35ca281520..13ef5347d0fd6eb3e3502e827e0bfb54aa2fc69e 100644
(file)
--- 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 BucketWrite
r
has been closed.
expire_time = time.time() + 31*24*60*60
lease_info = LeaseInfo(owner_num,
renew_secret, cancel_secret,