From de00b277cc9adfb0093ba9cab65c82c4fc9366de Mon Sep 17 00:00:00 2001 From: david-sarah Date: Mon, 10 Oct 2011 12:46:42 -0700 Subject: [PATCH] interfaces.py: fix a typo in the name of IMutableSlotWriter.put_encprivkey. refs #393 --- src/allmydata/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """ -- 2.37.2