diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-11 04:32:49 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-11 05:32:49 +0200 |
commit | 8886857500360d4b29531506a5ccfd424f886f81 (patch) | |
tree | 2b58124fc3e376326018eb8e4bf10dfbd9525831 | |
parent | f714bb3ddbafec3b4478371a5c4058fa846c392e (diff) | |
download | patches-8886857500360d4b29531506a5ccfd424f886f81.tar patches-8886857500360d4b29531506a5ccfd424f886f81.tar.gz |
gnu: texlive-generic-listofitems: Fix typo in synopsis.
* gnu/packages/tex.scm (texlive-generic-listofitems)[synopsis]: Fix typo.
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |