From affcbec0aace070e599801f4989ff6aa14bea750 Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 6 Sep 2010 11:09:13 +0000 Subject: - typo git-svn-id: https://svn.roundcube.net/trunk@3940 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/enigma/lib/enigma_driver_gnupg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/enigma/lib/enigma_driver_gnupg.php b/plugins/enigma/lib/enigma_driver_gnupg.php index bd6addc7b..5aa32217e 100644 --- a/plugins/enigma/lib/enigma_driver_gnupg.php +++ b/plugins/enigma/lib/enigma_driver_gnupg.php @@ -221,7 +221,7 @@ class enigma_driver_gnupg extends enigma_driver } else if ($e instanceof Crypt_GPG_BadPassphraseException) { $error = enigma_error::E_BADPASS; - $data['bad'] = $e->getBasPassphrases(); + $data['bad'] = $e->getBadPassphrases(); $data['missing'] = $e->getMissingPassphrases(); } else if ($e instanceof Crypt_GPG_NoDataException) -- cgit v1.2.3