From 51c0deba45d30dc4a31f8f2ecbad2b493da8ad22 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sat, 13 Dec 2014 14:22:12 -0600 Subject: [PATCH] Crypt/Base: update one more comment --- phpseclib/Crypt/Base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpseclib/Crypt/Base.php b/phpseclib/Crypt/Base.php index ab32ea15..192ecee4 100644 --- a/phpseclib/Crypt/Base.php +++ b/phpseclib/Crypt/Base.php @@ -56,7 +56,7 @@ * @access private * @see Crypt_Base::encrypt() * @see Crypt_Base::decrypt() - * @internal This constants are for internal usage only + * @internal This constants are for internal use only */ /** * Encrypt / decrypt using the Counter mode.