summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Brielmaier <jonathan.brielmaier@web.de>2020-01-07 17:48:13 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-01-11 21:28:05 +0100
commit34e8f0afef7cb6dbe7891707326a625a8f02657d (patch)
treeccdade4ad1727b09aa26d6dc179952769c7e9c0c
parent8273188ccaaecdb27b3e9174fd01a3ca56168e85 (diff)
downloadpatches-34e8f0afef7cb6dbe7891707326a625a8f02657d.tar
patches-34e8f0afef7cb6dbe7891707326a625a8f02657d.tar.gz
gnu: make-gcc-toolchain: Fix typo in description.
* gnu/packages/commencement.scm (make-gcc-toolchain)[description]: Fix typo and triple spacing. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
-rw-r--r--gnu/packages/commencement.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 14ecf246d4..729b0466ac 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2562,8 +2562,8 @@ COREUTILS-FINAL vs. COREUTILS, etc."
(synopsis "Complete GCC tool chain for C/C++ development")
(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.")
+be installed in user profiles. This includes GCC, as well as libc (headers and
+binaries, plus debugging symbols in the @code{debug} output), and Binutils.")
(home-page "https://gcc.gnu.org/")
(outputs '("out" "debug" "static"))