From: Rostislav Svoboda <rostislav.svoboda@gmail.com>
To: 73149@debbugs.gnu.org
Subject: [bug#73149] Acknowledgement ([PATCH] gnu: upower-service-type: Fix typo in the description field.)
Date: Wed, 11 Sep 2024 12:29:43 +0200 [thread overview]
Message-ID: <CAEtmmewQNqOxOHcEF7wSW=H46oyOEyfYwzauH=458KHxonbk=Q@mail.gmail.com> (raw)
In-Reply-To: <handler.73149.B.17258935838666.ack@debbugs.gnu.org>
[-- Attachment #1: Type: text/plain, Size: 95 bytes --]
I found two more instances of this problem. So here are all three
patches at once.
Cheers
Bost
[-- Attachment #2: 0003-gnu-perl-sub-override-Fix-typo-in-the-description-fi.patch --]
[-- Type: text/x-patch, Size: 1395 bytes --]
From 4e5e6be5b45dc94a4c98b9b58fbc08d2e4a4be31 Mon Sep 17 00:00:00 2001
Message-ID: <4e5e6be5b45dc94a4c98b9b58fbc08d2e4a4be31.1726050491.git.Rostislav.Svoboda@gmail.com>
In-Reply-To: <4a2a18b273868dfc96b6f199d02abb26e3f0f964.1726050491.git.Rostislav.Svoboda@gmail.com>
References: <4a2a18b273868dfc96b6f199d02abb26e3f0f964.1726050491.git.Rostislav.Svoboda@gmail.com>
From: Rostislav Svoboda <Rostislav.Svoboda@gmail.com>
Date: Mon, 9 Sep 2024 17:41:23 +0200
Subject: [PATCH 3/3] gnu: perl-sub-override: Fix typo in the description
field.
* gnu/packages/perl.scm (perl-sub-override): Fix typo in the description
field.
Change-Id: I43abd6f035fe641c3f53ff3fe7d352c8d03c2a59
---
gnu/packages/perl.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index bded618a3f..a8bbdd514f 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -10256,7 +10256,7 @@ (define-public perl-sub-override
(build-system perl-build-system)
(home-page "https://metacpan.org/release/Sub-Override")
(synopsis "Perl extension to override a subroutine")
- (description "A @code{Sub::Override}} module that makes it easy to override
+ (description "A @code{Sub::Override} module that makes it easy to override
+subroutines. Particularly useful for mocking in tests.")
(license (package-license perl))))
--
2.46.0
[-- Attachment #3: 0002-gnu-python-treq-Fix-typo-in-the-description-field.patch --]
[-- Type: text/x-patch, Size: 1433 bytes --]
From 063d49a4ce56c2d11f490c232bb1d21701e194c1 Mon Sep 17 00:00:00 2001
Message-ID: <063d49a4ce56c2d11f490c232bb1d21701e194c1.1726050491.git.Rostislav.Svoboda@gmail.com>
In-Reply-To: <4a2a18b273868dfc96b6f199d02abb26e3f0f964.1726050491.git.Rostislav.Svoboda@gmail.com>
References: <4a2a18b273868dfc96b6f199d02abb26e3f0f964.1726050491.git.Rostislav.Svoboda@gmail.com>
From: Rostislav Svoboda <Rostislav.Svoboda@gmail.com>
Date: Mon, 9 Sep 2024 17:35:45 +0200
Subject: [PATCH 2/3] gnu: python-treq: Fix typo in the description field.
* gnu/packages/python-web.scm (python-treq): Fix typo in the description
field.
Change-Id: I4d5effcd3a9d3e5e1281357505ade16481824275
---
gnu/packages/python-web.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 2a7dc8f8b3..3f256144c1 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5865,7 +5865,7 @@ (define-public python-treq
(home-page "https://github.com/twisted/treq")
(synopsis "Requests-like API built on top of twisted.web's Agent")
(description "This package provides an HTTP library inspired by
-@code{requests}} but written on top of Twisted's @code{Agents}. It offers a
+@code{requests} but written on top of Twisted's @code{Agents}. It offers a
high level API for making HTTP requests when using Twisted.")
(license license:expat)))
--
2.46.0
[-- Attachment #4: 0001-gnu-upower-service-type-Fix-typo-in-the-description-.patch --]
[-- Type: text/x-patch, Size: 1307 bytes --]
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
next prev parent reply other threads:[~2024-09-11 10:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-09 14:52 [bug#73149] [PATCH] gnu: upower-service-type: Fix typo in the description field Rostislav Svoboda
[not found] ` <handler.73149.B.17258935838666.ack@debbugs.gnu.org>
2024-09-11 10:29 ` Rostislav Svoboda [this message]
2024-09-14 0:21 ` bug#73149: Acknowledgement ([PATCH] gnu: upower-service-type: Fix typo in the description field.) pelzflorian (Florian Pelz)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAEtmmewQNqOxOHcEF7wSW=H46oyOEyfYwzauH=458KHxonbk=Q@mail.gmail.com' \
--to=rostislav.svoboda@gmail.com \
--cc=73149@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).