diff mbox series

[bug#41085] typo fix in doc/cookbook

Message ID 87pnbj4g47.fsf@m4x.org
State Accepted
Headers show
Series [bug#41085] typo fix in doc/cookbook | expand

Checks

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

Commit Message

Jean-Baptiste Note May 4, 2020, 8:09 p.m. UTC
Dear Guix Maintainers,

Please find attached a typo fix for the documentation.

Kind regards,
Jean-Baptiste

Comments

Marius Bakke May 5, 2020, 6:04 p.m. UTC | #1
Jean-Baptiste Note <jean-baptiste.note@m4x.org> writes:

> Dear Guix Maintainers,
>
> Please find attached a typo fix for the documentation.

Applied, thanks!

Note: you'll have a better chance of getting merged quickly if you
address 'Guix developers' instead of 'Guix maintainers'.  ;-)
diff mbox series

Patch

From c02338a7f59fda1a343888b18430b1718b8210d6 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Note <jean-baptiste.note@m4x.org>
Date: Mon, 4 May 2020 20:01:10 +0000
Subject: [PATCH] doc: cookbook: Fix sbcl-ttf-fonts package name.

* doc/guix-cookbook.texi (StumpWM): Adjust sbcl-ttf-fonts package name.
---
 doc/guix-cookbook.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index f58d18d47c..2a605276e6 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -1594,7 +1594,7 @@  An example configuration can look like this:
 @cindex stumpwm fonts
 By default StumpWM uses X11 fonts, which could be small or pixelated on
 your system.  You could fix this by installing StumpWM contrib Lisp
-module @code{sbcl-stumpwm-ttf-fonts}, adding it to Guix system packages:
+module @code{sbcl-ttf-fonts}, adding it to Guix system packages:
 
 @lisp
 (use-modules (gnu))
@@ -1603,7 +1603,7 @@  module @code{sbcl-stumpwm-ttf-fonts}, adding it to Guix system packages:
 (operating-system
   ;; …
   (packages (append (list sbcl stumpwm `(,stumpwm "lib"))
-                    sbcl-stumpwm-ttf-fonts font-dejavu %base-packages)))
+                    sbcl-ttf-fonts font-dejavu %base-packages)))
 @end lisp
 
 Then you need to add the following code to a StumpWM configuration file
-- 
2.26.2