gnu: camlboot: Fix typo in synopsis.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 9 Apr 2021 17:48:10 +0000 (19:48 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 10 Apr 2021 12:11:27 +0000 (14:11 +0200)
* gnu/packages/ocaml.scm (camlboot)[synopsis]: Fix typo.

gnu/packages/ocaml.scm

index 0948377..44ca0c6 100644 (file)
       (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