From 3d4d7fec05a8bdb0764a37515bb7c739b1094ab5 Mon Sep 17 00:00:00 2001 From: Nikolaos Chatzikonstantinou Date: Thu, 21 Sep 2023 21:39:47 +0300 Subject: doc: Fix channel name typo. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When the manual has "variant-personal-packages", it actually refers to the channel "variant-packages", as it is named so elsewhere. To correct this, I ran the command grep -r -l variant-personal-packages | xargs \ sed -i 's/variang-personal-packages/variant-packages/g' * doc/guix.texi (Specifying Additional Channels): Fix channel name typo. * po/doc/guix-manual.de.po: Fix channel name typo. * po/doc/guix-manual.es.po: Fix channel name typo. * po/doc/guix-manual.fr.po: Fix channel name typo. * po/doc/guix-manual.pt_BR.po: Fix channel name typo. * po/doc/guix-manual.ru.po: Fix channel name typo. * po/doc/guix-manual.zh_CN.po: Fix channel name typo. Signed-off-by: Nikolaos Chatzikonstantinou Signed-off-by: Ludovic Courtès --- po/doc/guix-manual.pt_BR.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/doc/guix-manual.pt_BR.po') diff --git a/po/doc/guix-manual.pt_BR.po b/po/doc/guix-manual.pt_BR.po index 35f32eb4d5..d34d0fe2a8 100644 --- a/po/doc/guix-manual.pt_BR.po +++ b/po/doc/guix-manual.pt_BR.po @@ -13775,7 +13775,7 @@ msgstr "" #. type: Plain text #: guix-git/doc/guix.texi:5649 -msgid "The output of @command{guix describe} above shows that we're now running Generation@tie{}19 and that it includes both Guix and packages from the @code{variant-personal-packages} channel (@pxref{Invoking guix describe})." +msgid "The output of @command{guix describe} above shows that we're now running Generation@tie{}19 and that it includes both Guix and packages from the @code{variant-packages} channel (@pxref{Invoking guix describe})." msgstr "" #. type: Plain text -- cgit v1.2.3