From a3d10e080b6b4c12c13f6be2705080745ae7dd50 Mon Sep 17 00:00:00 2001 From: Rostislav Svoboda Date: Mon, 9 Sep 2024 16:45:37 +0200 Subject: [PATCH] gnu: upower-service-type: Fix typo in the description field. * gnu/services/desktop.scm (upower-service-type): Fix typo in the description field. Change-Id: Ifc6e5a86bd1a031353bd2e93871c314c7937adeb Signed-off-by: Florian Pelz --- 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 b8dc4a4912..8afb54ae48 100644 --- a/gnu/services/desktop.scm +++ b/gnu/services/desktop.scm @@ -317,7 +317,7 @@ is a list, it recursively searches it until it locates the last item of TREE." (let ((upower-package (compose list upower-configuration-upower))) (service-type (name 'upower) (description - "Run @command{upowerd}}, a system-wide monitor for power + "Run @command{upowerd}, a system-wide monitor for power consumption and battery levels, with the given configuration settings. It implements the @code{org.freedesktop.UPower} D-Bus interface, and is notably used by GNOME.")