3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: camlboot: Fix typo in synopsis.

* gnu/packages/ocaml.scm (camlboot)[synopsis]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-09 19:48:10 +02:00
parent e5852655b8
commit 871012000c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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