aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-09-23 12:43:45 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-09-23 13:01:34 -0700
commit3defa90ddf949328a87645612956d991b9725fa4 (patch)
treeb2bc3629b77edc34dfaccff3feace8b5d9c2b299
parent35fc0f4cd3387d45751a2c8a888a70e073aac348 (diff)
downloadguix-3defa90ddf949328a87645612956d991b9725fa4.tar
guix-3defa90ddf949328a87645612956d991b9725fa4.tar.gz
gnu: python-py-bcrypt: Fix typo.
* gnu/packages/python-crypto (python-py-bcrypt)[description]: Fix spelling of "parametrised".
-rw-r--r--gnu/packages/python-crypto.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 9878837a6c..b83721946c 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -160,7 +160,7 @@ to providing full-strength password hashing for multi-user application.")
system hashes passwords using a version of Bruce Schneier's Blowfish block
cipher with modifications designed to raise the cost of off-line password
cracking and frustrate fast hardware implementation. The computation cost of
-the algorithm is parametised, so it can be increased as computers get faster.
+the algorithm is parametrised, so it can be increased as computers get faster.
The intent is to make a compromise of a password database less likely to
result in an attacker gaining knowledge of the plaintext passwords (e.g. using
John the Ripper).")