summary refs log tree commit diff
path: root/doc/guix.texi
diff options
context:
space:
mode:
authorNikolaos Chatzikonstantinou <nchatz314@gmail.com>2023-09-21 21:39:47 +0300
committerLudovic Courtès <ludo@gnu.org>2023-10-05 23:14:54 +0200
commit3d4d7fec05a8bdb0764a37515bb7c739b1094ab5 (patch)
tree50adfc9bd03c2233585fc28a115dd2e9f89a30af /doc/guix.texi
parent2467b7d1fb2927c349f4d96456060a4e6d8fd562 (diff)
downloadguix-3d4d7fec05a8bdb0764a37515bb7c739b1094ab5.tar.gz
doc: Fix channel name typo.
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 <nchatz314@gmail.com>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc/guix.texi')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 8c5697589f..52a573f0d8 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -5673,7 +5673,7 @@ Generation 19	Aug 27 2018 16:20:48
 @noindent
 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
+both Guix and packages from the @code{variant-packages} channel
 (@pxref{Invoking guix describe}).
 
 @node Using a Custom Guix Channel