summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2022-01-14 17:47:50 -0800
committerVagrant Cascadian <vagrant@debian.org>2022-01-14 18:23:17 -0800
commitb4882ff752068544c0a66c117efc34b1c6bdaf92 (patch)
tree55bde6570a7bdcdc399f814d32cdb8dd03ab1607
parent056935506b8b5550ebeb3acfc1d0c3b4f11b6a2e (diff)
downloadguix-patches-b4882ff752068544c0a66c117efc34b1c6bdaf92.tar
guix-patches-b4882ff752068544c0a66c117efc34b1c6bdaf92.tar.gz
gnu: clojure-tools-gitlibs: Fix spelling.
* gnu/packages/clojure.scm (clojure-tools-gitlibs)[synopsis]: Fix spelling of "programmatically".
-rw-r--r--gnu/packages/clojure.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index f728083eb2..40a3d7708a 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -555,7 +555,7 @@ dependency graph expansion and the creation of classpaths.")
#: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