diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-27 16:27:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-29 16:56:40 +0200 |
commit | baa6c39f8a5b89f2fc5ef9fef18e44447d7e2b08 (patch) | |
tree | d015f726b978c713a854f7bcfcdaf72a3c5c21a2 /gnu/packages | |
parent | 7092ca77d0d55b1c6064676f162b90dbbc808a3b (diff) | |
download | guix-baa6c39f8a5b89f2fc5ef9fef18e44447d7e2b08.tar.gz guix-baa6c39f8a5b89f2fc5ef9fef18e44447d7e2b08.zip |
gnu: ocaml-dune-build-info: Fix typo in description.
* gnu/packages/ocaml.scm (ocaml-dune-build-info)[description]:
Fix ‘informations’ typo.
Diffstat (limited to 'gnu/packages')
-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 e30bd2f613..c17b3dbd6f 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -7142,7 +7142,7 @@ that involve memoization and recursion.") #:tests? #f)) (propagated-inputs `(("ocaml-odoc" ,ocaml-odoc))) - (synopsis "Embed build informations inside executable") + (synopsis "Embed build information inside an executable") (description "This package allows one to access information about how the executable was built, such as the version of the project at which it was built or the list of statically linked libraries with their versions. It supports |