From 8886857500360d4b29531506a5ccfd424f886f81 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 11 Apr 2019 04:32:49 +0200 Subject: 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(-) (limited to 'gnu/packages/tex.scm') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 579dacafef..d614777cba 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 -- cgit v1.2.3