diff mbox series

[bug#40843] gnu: texlive-latex-pdfx: Fix typo.

Message ID 20200425105134.28802-1-kraai@ftbfs.org
State Accepted
Headers show
Series [bug#40843] gnu: texlive-latex-pdfx: Fix typo. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job

Commit Message

Matthew James Kraai April 25, 2020, 10:51 a.m. UTC
* gnu/packages/tex.scm (texlive-latex-pdfx)[description]: Fix typo.
---
 gnu/packages/tex.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Nicolas Goaziou April 25, 2020, 8:23 p.m. UTC | #1
Hello,

Matthew Kraai <kraai@ftbfs.org> writes:

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

Applied. Thank you.

Regards,
diff mbox series

Patch

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 91d3ee6295..d5bcff0371 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7068,7 +7068,7 @@  the file to which it applies.")
     (home-page "https://www.ctan.org/pkg/pdfx")
     (synopsis "PDF/X and PDF/A support for pdfTeX, LuaTeX and XeTeX")
     (description
-     "This package helps LaTeX users to create PDF/X, PFD/A and other
+     "This package helps LaTeX users to create PDF/X, PDF/A and other
 standards-compliant PDF documents with pdfTeX, LuaTeX and XeTeX.")
     (license license:lppl1.2+)))