From c8894c3ca515d9b44fbc5aa0e1e2cc99137e6a67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 11 May 2026 20:53:45 +0200 Subject: [PATCH] doc: cookbook: Fix typo. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The typo was introduced in 2cbe77f480fa74f74ef4bd6c7a1606e3f08bb142. * doc/guix-cookbook.texi (Inheritance): Fix typo. Change-Id: I09616d4336ab827ae298e331be7a9117a0b9214c Signed-off-by: Ludovic Courtès --- doc/guix-cookbook.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index 0277ba01035..022223715ef 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -1587,7 +1587,7 @@ noticed that a significant number of them have a @code{inherit} field: All unspecified fields are inherited from the parent package. This is very convenient to create alternative packages, for instance with different source, -version or compilation options. @xref{Defining Package Variant,,, guix, +version or compilation options. @xref{Defining Package Variants,,, guix, GNU Guix Reference Manual}, for a discussion of inheritance and of other ways to create package variants.