diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-14 12:29:28 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-15 20:59:16 +0200 |
commit | e4574a66fe310c67029442568881cb9d2df5d365 (patch) | |
tree | 7c620e8cf2dfa00cd1f87ca648918c3a7d8b8a16 | |
parent | 49478f9dbdf4a6ed49123b1f9fb158248b06dcae (diff) | |
download | guix-e4574a66fe310c67029442568881cb9d2df5d365.tar guix-e4574a66fe310c67029442568881cb9d2df5d365.tar.gz |
gnu: python-pbkdf2: Fix typo in description.
* gnu/packages/python-xyz.scm (python-pbkdf2)[description]: Fix typo.
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3e66e5a7eb..593bb3f468 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14443,7 +14443,7 @@ PKCS#5 v2.0 Password-Based Key Derivation is a key derivation function which is part of the RSA Public Key Cryptography Standards series. The provided implementation takes a password or a passphrase and a salt value (and optionally a iteration count, a digest module, and a MAC module) and provides -a file-like object from which an arbitrarly-sized key can be read.") +a file-like object from which an arbitrarily-sized key can be read.") (license license:expat))) (define-public python2-pbkdf2 |