gnu: ocaml-migrate-parsetree: Fix typo "converter".

* gnu/packages/ocaml (ocaml-migrate-parsetree)[synopsis]: Fix typo.
This commit is contained in:
Vagrant Cascadian 2019-05-22 17:20:09 -07:00
parent 57e69c1d2e
commit 86912a67ac
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA

View File

@ -1366,7 +1366,7 @@ following a very simple s-expression syntax.")
("ocamlbuild" ,ocamlbuild) ("ocamlbuild" ,ocamlbuild)
("ocaml-result" ,ocaml-result))) ("ocaml-result" ,ocaml-result)))
(properties `((upstream-name . "ocaml-migrate-parsetree"))) (properties `((upstream-name . "ocaml-migrate-parsetree")))
(synopsis "OCaml parsetree convertor") (synopsis "OCaml parsetree converter")
(description "This library converts between parsetrees of different OCaml (description "This library converts between parsetrees of different OCaml
versions. For each version, there is a snapshot of the parsetree and conversion versions. For each version, there is a snapshot of the parsetree and conversion
functions to the next and/or previous version.") functions to the next and/or previous version.")