diff mbox series

[bug#73149] Acknowledgement ([PATCH] gnu: upower-service-type: Fix typo in the description field.)

Message ID CAEtmmewQNqOxOHcEF7wSW=H46oyOEyfYwzauH=458KHxonbk=Q@mail.gmail.com
State New
Headers show
Series [bug#73149] Acknowledgement ([PATCH] gnu: upower-service-type: Fix typo in the description field.) | expand

Commit Message

Rostislav Svoboda Sept. 11, 2024, 10:29 a.m. UTC
I found two more instances of this problem. So here are all three
patches at once.
Cheers
Bost

Comments

pelzflorian (Florian Pelz) Sept. 14, 2024, 12:21 a.m. UTC | #1
Rostislav Svoboda <rostislav.svoboda@gmail.com> writes:
> Subject: [PATCH 1/3] gnu: upower-service-type: Fix typo in the description
>  field.
> Subject: [PATCH 2/3] gnu: python-treq: Fix typo in the description field.
> Subject: [PATCH 3/3] gnu: perl-sub-override: Fix typo in the description
>  field.

Pushed as 47d36f34b2f8e8e585d9dd5c1ffb29a9ccb3e3bb and following.
Thank you!

Regards,
Florian
diff mbox series

Patch

From 4a2a18b273868dfc96b6f199d02abb26e3f0f964 Mon Sep 17 00:00:00 2001
Message-ID: <4a2a18b273868dfc96b6f199d02abb26e3f0f964.1726050491.git.Rostislav.Svoboda@gmail.com>
From: Rostislav Svoboda <Rostislav.Svoboda@gmail.com>
Date: Mon, 9 Sep 2024 16:45:37 +0200
Subject: [PATCH 1/3] 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
---
 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 @@  (define upower-service-type
   (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.")

base-commit: b6d5a7f5836739dab884b49a64ca354794dd845f
-- 
2.46.0