From 793a3558623a519ad1067923631e1b3f4e7a7bb1 Mon Sep 17 00:00:00 2001 From: Jim Wigginton Date: Fri, 4 Dec 2009 21:05:32 +0000 Subject: [PATCH] typo git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@66 21d32557-59b3-4da0-833f-c5933fad653e --- phpseclib/Crypt/RSA.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpseclib/Crypt/RSA.php b/phpseclib/Crypt/RSA.php index 8bfcec72..8dd16975 100644 --- a/phpseclib/Crypt/RSA.php +++ b/phpseclib/Crypt/RSA.php @@ -62,7 +62,7 @@ * @author Jim Wigginton * @copyright MMIX Jim Wigginton * @license http://www.gnu.org/licenses/lgpl.txt - * @version $Id: RSA.php,v 1.2 2009-12-04 20:50:21 terrafrost Exp $ + * @version $Id: RSA.php,v 1.3 2009-12-04 21:05:32 terrafrost Exp $ * @link http://phpseclib.sourceforge.net */ @@ -1046,7 +1046,7 @@ class Crypt_RSA { * Determines which hashing function should be used * * Used with signature production / verification and (if the encryption mode is CRYPT_RSA_ENCRYPTION_OAEP) encryption and - * decryption. If $hash isn't supposed by Crypt_Hash, sha1 is used. + * decryption. If $hash isn't supported, sha1 is used. * * @access public * @param String $hash