From 74ee98eed4e4962b4843630f9785d5c62c10f4bc Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 23 Apr 2019 18:14:39 +0200 Subject: gnu: ocaml-ppx-hash: Fix typo in description. * gnu/packages/ocaml.scm (ocaml-ppx-hash)[description]: Fix non-functional typo. --- gnu/packages/ocaml.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ (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))) -- cgit v1.2.3