diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 17:21:50 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:29:38 -0700 |
commit | 37c5b197bb3fe31f1575dd12afa864ffc794adc1 (patch) | |
tree | 6784aec076b32a0f8108183201b7966e718b78b5 /gnu | |
parent | 86912a67acfc487d338d608259b38095982302fa (diff) | |
download | guix-37c5b197bb3fe31f1575dd12afa864ffc794adc1.tar guix-37c5b197bb3fe31f1575dd12afa864ffc794adc1.tar.gz |
gnu: ocaml-compiler-libs: Fix typo "package".
* gnu/packages/ocaml (ocaml-compiler-libs)[description]: Fix typo.
Diffstat (limited to 'gnu')
-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 f4fc490565..338f98030a 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -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))) |