diff options
author | Mark H Weaver <mhw@netris.org> | 2017-12-30 21:05:09 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-12-30 21:05:09 -0500 |
commit | 1c27f72fc2770d68243dd95b7c05adc3b2b02ea4 (patch) | |
tree | 6ef3a2e03b7b1d150dcdc6ea83dc65a75d8b589a /doc/guix.texi | |
parent | 6a1a69679d8ed90b2a6281508d4760c0e9337e78 (diff) | |
download | guix-1c27f72fc2770d68243dd95b7c05adc3b2b02ea4.tar guix-1c27f72fc2770d68243dd95b7c05adc3b2b02ea4.tar.gz |
doc: Fix typo.
* doc/guix.texi (Desktop Services): "orMATE" --> "or MATE".
Diffstat (limited to 'doc/guix.texi')
-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 2289d8201d..1d1f30f000 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -12172,7 +12172,7 @@ profile, and extends polkit with the actions from Because the GNOME, XFCE and MATE desktop services pull in so many packages, the default @code{%desktop-services} variable doesn't include either of -them by default. To add GNOME, XFCE orMATE, just @code{cons} them onto +them by default. To add GNOME, XFCE or MATE, just @code{cons} them onto @code{%desktop-services} in the @code{services} field of your @code{operating-system}: |