From: david-sarah Date: Mon, 10 Oct 2011 19:46:42 +0000 (-0700) Subject: interfaces.py: fix a typo in the name of IMutableSlotWriter.put_encprivkey. refs... X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Ftahoe-lafs.git;a=commitdiff_plain;h=de00b277cc9adfb0093ba9cab65c82c4fc9366de interfaces.py: fix a typo in the name of IMutableSlotWriter.put_encprivkey. refs #393 --- diff --git a/src/allmydata/interfaces.py b/src/allmydata/interfaces.py index cb456235..862190ed 100644 --- 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_encprivkey(encprivkey): """ Add the encrypted private key to the share. """