[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: texlive-tikzinclude: Fix typo.
From: |
guix-commits |
Subject: |
03/03: gnu: texlive-tikzinclude: Fix typo. |
Date: |
Tue, 5 Sep 2023 17:15:13 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 6548efcd739e8cd60843a2108aa7e01333b93038
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Sep 5 23:05:39 2023 +0200
gnu: texlive-tikzinclude: Fix typo.
* gnu/packages/tex.scm (texlive-tikzinclude)[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 e1bdf1a8e3..bd02190a51 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -44176,7 +44176,7 @@ rhombi are provided.")
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tikzinclude")
- (synopsis "Import TikZ images from colletions")
+ (synopsis "Import TikZ images from collections")
(description
"The package addresses the problem of importing only one TikZ-image from
a file holding multiple images.")