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 <pelzflorian@pelzflorian.de>
This commit is contained in:
Rostislav Svoboda 2024-09-09 16:45:37 +02:00 committed by Florian Pelz
parent 73b42c3704
commit a3d10e080b
No known key found for this signature in database
GPG Key ID: 300888CB39C63817

View File

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