mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: texlive-generic-listofitems: Fix typo in synopsis.
* gnu/packages/tex.scm (texlive-generic-listofitems)[synopsis]: Fix typo.
This commit is contained in:
parent
f714bb3ddb
commit
8886857500
1 changed files with 1 additions and 1 deletions
|
@ -6020,7 +6020,7 @@ (define-public texlive-generic-listofitems
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue