diff mbox series

[bug#39016] gnu: make-gcc-toolchain: Fix typo in description.

Message ID 20200107164813.4309-1-jonathan.brielmaier@web.de
State Accepted
Headers show
Series [bug#39016] gnu: make-gcc-toolchain: Fix typo in description. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Jonathan Brielmaier Jan. 7, 2020, 4:48 p.m. UTC
From: Jonathan Brielmaier <jonathan.brielmaier@web.de>

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

--
2.24.1

Comments

Marius Bakke Jan. 11, 2020, 8:27 p.m. UTC | #1
jonathan.brielmaier@web.de writes:

> From: Jonathan Brielmaier <jonathan.brielmaier@web.de>
>
> * 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.  :-)
diff mbox series

Patch

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