diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 17:20:09 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:29:36 -0700 |
commit | 86912a67acfc487d338d608259b38095982302fa (patch) | |
tree | 5b9e11bf8177d891cf45fdb08a659799ea268107 /gnu/packages/ocaml.scm | |
parent | 57e69c1d2e1685fa8fdf8dd8f0043bafbe711d4c (diff) | |
download | patches-86912a67acfc487d338d608259b38095982302fa.tar patches-86912a67acfc487d338d608259b38095982302fa.tar.gz |
gnu: ocaml-migrate-parsetree: Fix typo "converter".
* gnu/packages/ocaml (ocaml-migrate-parsetree)[synopsis]: Fix typo.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index cf66bd566a..f4fc490565 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.") |