summaryrefslogtreecommitdiff
path: root/gnu/packages/crypto.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-19 18:13:21 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-19 22:26:30 +0100
commit8d0d14479d0df0fba8d19b92fe7925ea02ec185b (patch)
treece6ae4c4dd3ef3e2ce4687a8820d7262e865ed72 /gnu/packages/crypto.scm
parent9dbdc830f6fbf95127d2845603ca8b23a4e40982 (diff)
downloadgnu-guix-8d0d14479d0df0fba8d19b92fe7925ea02ec185b.tar
gnu-guix-8d0d14479d0df0fba8d19b92fe7925ea02ec185b.tar.gz
gnu: perl-math-random-secure: Fix typo.
* gnu/packages/crypto.scm (perl-math-random-secure)[description]: Fix the spelling of ‘millennia’.
Diffstat (limited to 'gnu/packages/crypto.scm')
-rw-r--r--gnu/packages/crypto.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 7716205947..84a3b7876f 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -576,7 +576,7 @@ cryptographically-secure replacement for Perl's built-in @code{rand} function.
@item No matter how many numbers you see generated by the random number
generator, you cannot guess the future numbers, and you cannot guess the seed.
@item There are so many possible seeds that it would take decades, centuries,
-or millenia for an attacker to try them all.
+or millennia for an attacker to try them all.
@item The seed comes from a source that generates relatively strong random
data on your platform, so the seed itself will be as random as possible.
@end enumerate\n")