guix-patches
[Top][All Lists]
Advanced

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

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


From: jonathan . brielmaier
Subject: [bug#39016] [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






reply via email to

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