summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-01-31 11:38:51 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-02-01 15:32:11 -0500
commit01c925bf499d66c0cb000071d40c265a6869ffab (patch)
treecef7949476aae98b1e5761695c9f2a040530b29e
parent787b13a5d9df8f0cc7170de1b80cead68b516c66 (diff)
downloadguix-patches-01c925bf499d66c0cb000071d40c265a6869ffab.tar
guix-patches-01c925bf499d66c0cb000071d40c265a6869ffab.tar.gz
doc: Fix typo.
* doc/guix.texi (Sound Services): Fix typo.
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 8ee553e257..10248d29e7 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -21394,7 +21394,7 @@ Data type representing the configuration for @code{pulseaudio-service}.
@table @asis
@item @code{client-conf} (default: @code{'()})
List of settings to set in @file{client.conf}.
-Accepts a list of strings or a symbol-value pairs. A string will be
+Accepts a list of strings or symbol-value pairs. A string will be
inserted as-is with a newline added. A pair will be formatted as
``key = value'', again with a newline added.