]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/interfaces.py
interfaces.py: fix a typo in the name of IMutableSlotWriter.put_encprivkey. refs...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / interfaces.py
index cb45623570ce2bbdee16a31d2e6e2dba33ab6905..862190ed62e43ecdd16e8e74981af0cafc86743f 100644 (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.
         """