summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-04-23 18:14:39 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-04-23 18:14:49 +0200
commit74ee98eed4e4962b4843630f9785d5c62c10f4bc (patch)
treebd3191446a7b539308ec2c003adc618a41f58fd4
parent97f4ff6d291b6cc9612dbec4b45a0676c6b0834d (diff)
gnu: ocaml-ppx-hash: Fix typo in description.
* gnu/packages/ocaml.scm (ocaml-ppx-hash)[description]: Fix non-functional typo.
-rw-r--r--gnu/packages/ocaml.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 7b75c6bba6..ee8b82d8f4 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5653,7 +5653,7 @@ storage of large amounts of data.")
(properties `((upstream-name . "ppx_hash")))
(home-page "https://github.com/janestreet/ppx_hash")
(synopsis "Generation of hash functions from type expressions and definitions")
- (description "This package is a collecton of ppx rewriters that generate
+ (description "This package is a collection of ppx rewriters that generate
hash functions from type exrpessions and definitions.")
(license license:asl2.0)))