From a24d9cd9b56da879fd05642985890667221d132b Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Sun, 6 Nov 2011 22:49:25 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@676 36d66b0a-2a48-0410-832c-cd162a569da5 --- python/pycryptsetup-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pycryptsetup-test.py b/python/pycryptsetup-test.py index 1585f9d..091d157 100755 --- a/python/pycryptsetup-test.py +++ b/python/pycryptsetup-test.py @@ -48,7 +48,7 @@ print "addKeyP :", c.addKeyByPassphrase(passphrase = PASSWORD, newPassphrase = PASSWORD2, slot = 3) print "removeP :", c.removePassphrase(passphrase = PASSWORD2) print "addKeyP :", c.addKeyByPassphrase(PASSWORD, PASSWORD2) -# original api required wrong passphrase paramater here +# original api required wrong passphrase parameter here # print "killSlot:", c.killSlot(passphrase = "xxx", slot = 0) print "killSlot:", c.killSlot(slot = 0) print "activate:", c.activate(name = DEVICE, passphrase = PASSWORD) -- 2.7.4