gnu: ocaml-compiler-libs: Fix typo "package".

* gnu/packages/ocaml (ocaml-compiler-libs)[description]: Fix typo.
This commit is contained in:
Vagrant Cascadian 2019-05-22 17:21:50 -07:00
parent 86912a67ac
commit 37c5b197bb
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -3846,7 +3846,7 @@ (define-public ocaml-compiler-libs
'(#:tests? #f)) ;no tests
(properties `((upstream-name . "ocaml-compiler-libs")))
(synopsis "Compiler libraries repackaged")
(description "This packaeg simply repackages the OCaml compiler libraries
(description "This package simply repackages the OCaml compiler libraries
so they don't expose everything at toplevel. For instance, @code{Ast_helper}
is now @code{Ocaml_common.Ast_helper}.")
(license license:expat)))