mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 00:24:13 +00:00
interfaces.py: fix a typo in the name of IMutableSlotWriter.put_encprivkey. refs #393
This commit is contained in:
parent
bbb6e5d25e
commit
de00b277cc
@ -457,7 +457,7 @@ class IMutableSlotWriter(Interface):
|
||||
Add a block and salt to the share.
|
||||
"""
|
||||
|
||||
def put_encprivey(encprivkey):
|
||||
def put_encprivkey(encprivkey):
|
||||
"""
|
||||
Add the encrypted private key to the share.
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user