guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/18: gnu: ocaml-migrate-parsetree: Fix typo "converter".


From: guix-commits
Subject: 04/18: gnu: ocaml-migrate-parsetree: Fix typo "converter".
Date: Wed, 22 May 2019 21:30:41 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 86912a67acfc487d338d608259b38095982302fa
Author: Vagrant Cascadian <address@hidden>
Date:   Wed May 22 17:20:09 2019 -0700

    gnu: ocaml-migrate-parsetree: Fix typo "converter".
    
    * gnu/packages/ocaml (ocaml-migrate-parsetree)[synopsis]: Fix 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 cf66bd5..f4fc490 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1366,7 +1366,7 @@ following a very simple s-expression syntax.")
        ("ocamlbuild" ,ocamlbuild)
        ("ocaml-result" ,ocaml-result)))
     (properties `((upstream-name . "ocaml-migrate-parsetree")))
-    (synopsis "OCaml parsetree convertor")
+    (synopsis "OCaml parsetree converter")
     (description "This library converts between parsetrees of different OCaml
 versions.  For each version, there is a snapshot of the parsetree and 
conversion
 functions to the next and/or previous version.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]