Fix typo.
authorMilan Broz <gmazyland@gmail.com>
Sun, 6 Nov 2011 22:49:25 +0000 (22:49 +0000)
committerMilan Broz <gmazyland@gmail.com>
Sun, 6 Nov 2011 22:49:25 +0000 (22:49 +0000)
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@676 36d66b0a-2a48-0410-832c-cd162a569da5

python/pycryptsetup-test.py

index 1585f9d..091d157 100755 (executable)
@@ -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)