diff mbox series

bug#56396: [PATCH] gnu: Add texlive-babel-finnish.

Message ID 87o7xzs2qg.fsf@gnu.org
State Accepted
Headers show
Series bug#56396: [PATCH] gnu: Add texlive-babel-finnish. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/applying patch fail View Laminar job

Commit Message

Ludovic Courtès July 8, 2022, 9:39 p.m. UTC
Hi,

Wiktor Żelazny <wz@freeshell.de> skribis:

> From: Wiktor Żelazny <wzelazny@vurv.cz>
>
> * gnu/packages/tex.scm (texlive-babel-finnish): New variable.

Applied with the change below, thanks!

Ludo’.
diff mbox series

Patch

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d8f415ad9a..08e506bf1c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11002,9 +11002,9 @@  (define-public texlive-babel-finnish
                (lambda _
                  (chdir "source/generic/babel-finnish")))))))
       (home-page "https://www.ctan.org/pkg/babel-finnish")
-      (synopsis "Babel support for finnish")
+      (synopsis "Babel support for Finnish")
       (description
        "This package provides the language definition file for support of
-finnish in @code{babel}.  It provides all the necessary macros, definitions and
-settings to typeset finnish documents.")
+Finnish in @code{babel}.  It provides all the necessary macros, definitions and
+settings to typeset Finnish documents.")
       (license license:lppl1.3c+))))