interfaces.py: fix a typo in the name of IMutableSlotWriter.put_encprivkey. refs #393

This commit is contained in:
david-sarah 2011-10-10 12:46:42 -07:00
parent bbb6e5d25e
commit de00b277cc

View File

@ -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.
"""