guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/10: gnu: ocaml-dune-build-info: Fix typo in description.


From: guix-commits
Subject: 05/10: gnu: ocaml-dune-build-info: Fix typo in description.
Date: Wed, 29 Sep 2021 11:01:26 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit baa6c39f8a5b89f2fc5ef9fef18e44447d7e2b08
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Sep 27 16:27:02 2021 +0200

    gnu: ocaml-dune-build-info: Fix typo in description.
    
    * gnu/packages/ocaml.scm (ocaml-dune-build-info)[description]:
    Fix ‘informations’ typo.
---
 gnu/packages/ocaml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index e30bd2f..c17b3db 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]