me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/ocaml (ocaml-compiler-libs)[description]: Fix typo.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -3846,7 +3846,7 @@ provided by companion libraries such as
'(#: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)))