summaryrefslogtreecommitdiff
path: root/gnu/services
diff options
context:
space:
mode:
authorJohn Darrington <jmd@gnu.org>2016-09-01 11:34:04 +0200
committerJohn Darrington <jmd@gnu.org>2016-09-01 17:55:49 +0200
commit705b97147735dd8cb1d3bf74e0f1a91b50cc7f41 (patch)
tree72651eb38120391755726ea4f015f381fcc0bbae /gnu/services
parent7e348e6c0d6ca8a2d04434e6e6925777fa317b61 (diff)
downloadgnu-guix-705b97147735dd8cb1d3bf74e0f1a91b50cc7f41.tar
gnu-guix-705b97147735dd8cb1d3bf74e0f1a91b50cc7f41.tar.gz
gnu: Fix typo in description of xfce-desktop-service.
* gnu/services/desktop.scm (xfce-desktop-service) abilit --> ability.
Diffstat (limited to 'gnu/services')
-rw-r--r--gnu/services/desktop.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index df93bc8e10..8dacf54668 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -829,7 +829,7 @@ and extends polkit with the actions from @code{gnome-settings-daemon}."
(define* (xfce-desktop-service #:key (config (xfce-desktop-configuration)))
"Return a service that adds the @code{xfce} package to the system profile,
-and extends polkit with the abilit for @code{thunar} to manipulate the file
+and extends polkit with the ability for @code{thunar} to manipulate the file
system as root from within a user session, after the user has authenticated
with the administrator's password."
(service xfce-desktop-service-type config))