gnu: texlive-scripts: Fix typo in description.

* gnu/packages/tex.scm (texlive-scripts)[description]: Fix typo.

Change-Id: I6a495a44f65549d0250f179c75c231b665b006b2
This commit is contained in:
Nicolas Goaziou 2024-06-21 09:00:51 +02:00 committed by Ludovic Courtès
parent 0f4dc1a963
commit 1ba7743b5a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -508,7 +508,7 @@ (define-public texlive-scripts
(synopsis "TeX Live infrastructure programs") (synopsis "TeX Live infrastructure programs")
(description (description
"This package provides core TeX Live scripts such as @code{updmap}, "This package provides core TeX Live scripts such as @code{updmap},
@code{fmtutil}, and @code{tlmgr}. It is is automatically installed alongside @code{fmtutil}, and @code{tlmgr}. It is automatically installed alongside
@code{texlive-bin}.") @code{texlive-bin}.")
(license (license:fsf-free "https://www.tug.org/texlive/copying.html")))) (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))