[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: Fix typo in description of xfce-desktop-service.
From: |
John Darrington |
Subject: |
02/02: gnu: Fix typo in description of xfce-desktop-service. |
Date: |
Thu, 1 Sep 2016 15:56:07 +0000 (UTC) |
jmd pushed a commit to branch master
in repository guix.
commit 705b97147735dd8cb1d3bf74e0f1a91b50cc7f41
Author: John Darrington <address@hidden>
Date: Thu Sep 1 11:34:04 2016 +0200
gnu: Fix typo in description of xfce-desktop-service.
* gnu/services/desktop.scm (xfce-desktop-service) abilit --> ability.
---
gnu/services/desktop.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index df93bc8..8dacf54 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))