guix-commits
[Top][All Lists]
Advanced

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

08/52: gnu: camlboot: Fix typo in synopsis.


From: guix-commits
Subject: 08/52: gnu: camlboot: Fix typo in synopsis.
Date: Sat, 10 Apr 2021 08:15:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 871012000c3027aa4f163ae989eb71a83399892f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Apr 9 19:48:10 2021 +0200

    gnu: camlboot: Fix typo in synopsis.
    
    * gnu/packages/ocaml.scm (camlboot)[synopsis]: Fix 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 0948377..44ca0c6 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -159,7 +159,7 @@
       (properties
        `((max-silent-time . 14400))) ; 4 hours, expected even on x86_64
       (home-page "https://github.com/Ekdohibs/camlboot";)
-      (synopsis "OCaml souce bootstrap")
+      (synopsis "OCaml source bootstrap")
       (description "OCaml is written in OCaml.  Its sources contain a 
pre-compiled
 bytecode version of @command{ocamlc} and @command{ocamllex} that are used to
 build the next version of the compiler.  Camlboot implements a bootstrap for



reply via email to

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