gnu: Fix typo in description of xfce-desktop-service.

* gnu/services/desktop.scm (xfce-desktop-service) abilit --> ability.
master
John Darrington 2016-09-01 11:34:04 +02:00
parent 7e348e6c0d
commit 705b971477
No known key found for this signature in database
GPG Key ID: 8A67719C2DE827B3
1 changed files with 1 additions and 1 deletions

View File

@ -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))