guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/42: gnu: scrypt: Fix typo "This package".


From: guix-commits
Subject: 09/42: gnu: scrypt: Fix typo "This package".
Date: Wed, 22 May 2019 21:20:16 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit f53044882529498518130a117f596b75371dda89
Author: Vagrant Cascadian <address@hidden>
Date:   Wed May 22 14:50:56 2019 -0700

    gnu: scrypt: Fix typo "This package".
    
    * gnu/packages/crypto (scrypt)[description]: Fix typo.
---
 gnu/packages/crypto.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 9302f00..1d145ef 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -426,7 +426,7 @@ user's graphical desktop.")
      `(("openssl" ,openssl)))
     (home-page "https://www.tarsnap.com/scrypt.html";)
     (synopsis "Memory-hard encryption tool based on scrypt")
-    (description "This packages provides a simple password-based encryption
+    (description "This package provides a simple password-based encryption
 utility as a demonstration of the @code{scrypt} key derivation function.
 @code{Scrypt} is designed to be far more resistant against hardware brute-force
 attacks than alternative functions such as @code{PBKDF2} or @code{bcrypt}.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]