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