gnu: ocaml-ppx-hash: Fix typo in description.

* gnu/packages/ocaml.scm (ocaml-ppx-hash)[description]:
Fix non-functional typo.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-23 18:14:39 +02:00
parent 97f4ff6d29
commit 74ee98eed4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5653,7 +5653,7 @@ (define-public ocaml-ppx-hash
(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)))