guix-commits
[Top][All Lists]
Advanced

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

37/88: gnu: texlive-generic-listofitems: Fix typo in synopsis.


From: guix-commits
Subject: 37/88: gnu: texlive-generic-listofitems: Fix typo in synopsis.
Date: Wed, 10 Apr 2019 23:44:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8886857500360d4b29531506a5ccfd424f886f81
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Apr 11 04:32:49 2019 +0200

    gnu: texlive-generic-listofitems: Fix typo in synopsis.
    
    * gnu/packages/tex.scm (texlive-generic-listofitems)[synopsis]: Fix typo.
---
 gnu/packages/tex.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 579daca..d614777 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6020,7 +6020,7 @@ typearea (which are the main parts of the bundle).")
            (copy-recursively (assoc-ref %build-inputs "source") target)
            #t))))
     (home-page "https://www.ctan.org/pkg/listofitems";)
-    (synopsis "Grab items in lists using user-specified seperation character")
+    (synopsis "Grab items in lists using user-specified separation character")
     (description
      "This package allows one to capture all the items of a list, for which
 the parsing character has been selected by the user, and to access any of



reply via email to

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