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:
bbb6e5d
)
interfaces.py: fix a typo in the name of IMutableSlotWriter.put_encprivkey. refs...
author
david-sarah
<david-sarah@jacaranda.org>
Mon, 10 Oct 2011 19:46:42 +0000
(12:46 -0700)
committer
david-sarah
<david-sarah@jacaranda.org>
Mon, 10 Oct 2011 19:46:42 +0000
(12:46 -0700)
src/allmydata/interfaces.py
patch
|
blob
|
history
diff --git
a/src/allmydata/interfaces.py
b/src/allmydata/interfaces.py
index cb45623570ce2bbdee16a31d2e6e2dba33ab6905..862190ed62e43ecdd16e8e74981af0cafc86743f 100644
(file)
--- a/
src/allmydata/interfaces.py
+++ b/
src/allmydata/interfaces.py
@@
-457,7
+457,7
@@
class IMutableSlotWriter(Interface):
Add a block and salt to the share.
"""
- def put_encprivey(encprivkey):
+ def put_encpriv
k
ey(encprivkey):
"""
Add the encrypted private key to the share.
"""