diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:48:10 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:27 +0200 |
commit | 871012000c3027aa4f163ae989eb71a83399892f (patch) | |
tree | bebd5d2d8043093e97740dd725f160277bed9f19 | |
parent | e5852655b86c1a3689a34fb9f20e9374d661b768 (diff) |
gnu: camlboot: Fix typo in synopsis.
* gnu/packages/ocaml.scm (camlboot)[synopsis]: Fix typo.
-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 0948377d08..44ca0c67e2 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 |