diff options
Diffstat (limited to 'base/common/python/pki/cryptoutil.py')
-rw-r--r-- | base/common/python/pki/cryptoutil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/common/python/pki/cryptoutil.py b/base/common/python/pki/cryptoutil.py index e9174bc3b..f9c87155b 100644 --- a/base/common/python/pki/cryptoutil.py +++ b/base/common/python/pki/cryptoutil.py @@ -192,7 +192,7 @@ class NSSCryptoUtil(CryptoUtil): Note that for fixed length keys, this length should be 0. If no length is provided, then the function will either use 0 (for fixed length keys) - or the maximaum available length for that algorithm and the token. + or the maximum available length for that algorithm and the token. ''' slot = nss.get_best_slot(mechanism) if size == 0: |