diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-11-03 14:51:03 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-11-03 14:51:43 +0100 |
commit | 5e1e237a6d0f1c135fc2e7604804733c2a994781 (patch) | |
tree | 958540256af204ca582a06e559778278c762aa4e /doc | |
parent | a57ee7656b14d3d1d0f89c4e5662e55fea045733 (diff) | |
download | patches-5e1e237a6d0f1c135fc2e7604804733c2a994781.tar patches-5e1e237a6d0f1c135fc2e7604804733c2a994781.tar.gz |
doc: Fix typo in "Sound Services".
Reported by Jelle Licht <jlicht@fsfe.org>.
* doc/guix.texi (Sound Services): Fix typo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index fbe62db649..3b7fa50d81 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -13957,7 +13957,7 @@ Users need to be in the @code{lp} group to access the D-Bus service. @cindex PulseAudio, sound support The @code{(gnu services sound)} module provides a service to configure the -Advanced Linux Sound Architecture (ALSA) system, which making PulseAudio the +Advanced Linux Sound Architecture (ALSA) system, which makes PulseAudio the preferred ALSA output driver. @deffn {Scheme Variable} alsa-service-type |