guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: clojure-tools-gitlibs: Fix spelling.


From: guix-commits
Subject: 01/03: gnu: clojure-tools-gitlibs: Fix spelling.
Date: Fri, 14 Jan 2022 21:25:48 -0500 (EST)

vagrantc pushed a commit to branch master
in repository guix.

commit b4882ff752068544c0a66c117efc34b1c6bdaf92
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Fri Jan 14 17:47:50 2022 -0800

    gnu: clojure-tools-gitlibs: Fix spelling.
    
    * gnu/packages/clojure.scm (clojure-tools-gitlibs)[synopsis]: Fix spelling 
of
      "programmatically".
---
 gnu/packages/clojure.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]