nckx pushed a commit to branch master
in repository guix.

commit 74ee98eed4e4962b4843630f9785d5c62c10f4bc
Author: Tobias Geerinckx-Rice <[email protected]>
Date:   Tue Apr 23 18:14:39 2019 +0200

    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 7b75c6b..ee8b82d 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)))
 

Reply via email to