emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#39016: closed ([PATCH] gnu: make-gcc-toolchain: Fix typo in descript


From: GNU bug Tracking System
Subject: bug#39016: closed ([PATCH] gnu: make-gcc-toolchain: Fix typo in description.)
Date: Sat, 11 Jan 2020 20:28:01 +0000

Your message dated Sat, 11 Jan 2020 21:27:19 +0100
with message-id <address@hidden>
and subject line Re: [bug#39016] [PATCH] gnu: make-gcc-toolchain: Fix typo in 
description.
has caused the debbugs.gnu.org bug report #39016,
regarding [PATCH] gnu: make-gcc-toolchain: Fix typo in description.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39016: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39016
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: make-gcc-toolchain: Fix typo in description. Date: Tue, 7 Jan 2020 17:48:13 +0100
From: Jonathan Brielmaier <address@hidden>

* gnu/packages/commencement.scm (make-gcc-toolchain)[description]: Fix typo.
---
 gnu/packages/commencement.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 14ecf246d4..06dba4254a 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2563,7 +2563,7 @@ COREUTILS-FINAL vs. COREUTILS, etc."
       (description
        "This package provides a complete GCC tool chain for C/C++ development 
to
 be   installed in user profiles.  This includes GCC, as well as libc (headers
-an  d binaries, plus debugging symbols in the @code{debug} output), and 
Binutils.")
+and binaries, plus debugging symbols in the @code{debug} output), and 
Binutils.")
       (home-page "https://gcc.gnu.org/";)
       (outputs '("out" "debug" "static"))

--
2.24.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#39016] [PATCH] gnu: make-gcc-toolchain: Fix typo in description. Date: Sat, 11 Jan 2020 21:27:19 +0100 User-agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)
address@hidden writes:

> From: Jonathan Brielmaier <address@hidden>
>
> * gnu/packages/commencement.scm (make-gcc-toolchain)[description]: Fix typo.

Applied, thanks!

[...]

> diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
> index 14ecf246d4..06dba4254a 100644
> --- a/gnu/packages/commencement.scm
> +++ b/gnu/packages/commencement.scm
> @@ -2563,7 +2563,7 @@ COREUTILS-FINAL vs. COREUTILS, etc."
>        (description
>         "This package provides a complete GCC tool chain for C/C++ 
> development to
>  be   installed in user profiles.  This includes GCC, as well as libc (headers
> -an  d binaries, plus debugging symbols in the @code{debug} output), and 
> Binutils.")
> +and binaries, plus debugging symbols in the @code{debug} output), and 
> Binutils.")

I took the liberty to fix the triple spacing on the line above on your
behalf.  :-)

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]