]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
interfaces.py: fix a typo in the name of IMutableSlotWriter.put_encprivkey. refs...
authordavid-sarah <david-sarah@jacaranda.org>
Mon, 10 Oct 2011 19:46:42 +0000 (12:46 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Mon, 10 Oct 2011 19:46:42 +0000 (12:46 -0700)
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.
         """