From c2a3bd5210ab2c1f0190f41c021a4a966ada580f Mon Sep 17 00:00:00 2001 From: lars Date: Tue, 30 May 2006 19:13:17 +0000 Subject: [PATCH] typo --- bin/cryptobox.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cryptobox.pl b/bin/cryptobox.pl index 9eb7ccb..7f36806 100755 --- a/bin/cryptobox.pl +++ b/bin/cryptobox.pl @@ -284,7 +284,7 @@ sub check_init_running { # Parameter: device sub check_device_plaintext { - return (system("$CB_SCRIPT","is_plaintext",$1) == 0); + return (system("$CB_SCRIPT","is_plain",$1) == 0); }