gnu: clojure-tools-gitlibs: Fix spelling.

* gnu/packages/clojure.scm (clojure-tools-gitlibs)[synopsis]: Fix spelling of
  "programmatically".
This commit is contained in:
Vagrant Cascadian 2022-01-14 17:47:50 -08:00
parent 056935506b
commit b4882ff752
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -555,7 +555,7 @@ (define-public clojure-tools-gitlibs
#:doc-dirs '()
;; Tests attempt to clone git repositories from the internet.
#:tests? #f))
(synopsis "Retrieve, cache, and programatically access git libraries")
(synopsis "Retrieve, cache, and programmatically access git libraries")
(description "To access git dependencies (for example, via
@code{tools.deps}), one must download git directories and working trees as
indicated by git SHAs. This library provides this functionality and also