summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-01-24 02:29:10 -0800
committerVagrant Cascadian <vagrant@debian.org>2020-01-24 02:38:09 -0800
commitb36d13287313b1170943ee885a8c5d17f28253fe (patch)
tree9e2a3a67d42577e9299943a8430b66f8d1378e9f
parent57c844bea7b9ba65771e33995d76c791084206f4 (diff)
downloadpatches-b36d13287313b1170943ee885a8c5d17f28253fe.tar
patches-b36d13287313b1170943ee885a8c5d17f28253fe.tar.gz
gnu: rust-rust-argon2-0.5: Fix spelling of "contains".
* gnu/packages/crates-io (rust-rust-argon2-0.5)[description]: Fix typo.
-rw-r--r--gnu/packages/crates-io.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 348a7b8d57..8e1ff51e5c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9544,7 +9544,7 @@ uses finite automata and guarantees linear time matching on all inputs.")
(("rust-hex" ,rust-hex-0.3))))
(home-page "https://github.com/sru-systems/rust-argon2")
(synopsis "Rust implementation of the Argon2 password hashing function")
- (description "This package contans a rust implementation of the Argon2
+ (description "This package contains a rust implementation of the Argon2
password hashing function.")
(license (list license:expat license:asl2.0))))