[PATCH] gnu: make-gcc-toolchain: Fix typo in description.

  • Done
  • quality assurance status badge
Details
2 participants
  • jonathan.brielmaier
  • Marius Bakke
Owner
unassigned
Submitted by
jonathan.brielmaier
Severity
normal

Debbugs page

jonathan.brielmaier wrote 5 years ago
(address . guix-patches@gnu.org)(name . Jonathan Brielmaier)(address . jonathan.brielmaier@web.de)
20200107164813.4309-1-jonathan.brielmaier@web.de
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(-)

Toggle diff (13 lines)
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
Marius Bakke wrote 5 years ago
(name . Jonathan Brielmaier)(address . jonathan.brielmaier@web.de)
8736clzql4.fsf@devup.no
jonathan.brielmaier@web.de writes:

Toggle quote (4 lines)
> From: Jonathan Brielmaier <jonathan.brielmaier@web.de>
>
> * gnu/packages/commencement.scm (make-gcc-toolchain)[description]: Fix typo.

Applied, thanks!

[...]

Toggle quote (11 lines)
> 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. :-)
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl4aL6cACgkQoqBt8qM6
VPoaZwgAjGZH23Y4KXTkhVcnTrsLGw0G9M6zZ0yg7Zx+Mr5pzZHhvvjxjYe7BJj7
jGwlCMmd3BDRe2wi37BCotUnoHPAh5UU53gIzMwZ/3IaiMQ5RVcWDwtCw5VglQHX
eATHZrAauEQqv8SSdx0XHEONclRayaV4wT+5QSGzXaLTn2MeJ3rrEWc7h3bxIAJ4
0yflYg7CTqNZWD9ZEfDfzUsORYmBmneXDRdgR+NTo9i92pjma0fk4e8/w1nbrOji
Jfd3G/dqr9Weacm8V2xzMcYCQHOhwOvBlzZ6UTI6MmaMW+KfuPtRuKvM43cFKY1N
QNh7+cGYAM6EZywzz0JzCFXakPOyOw==
=rRru
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 39016@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 39016
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help