From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:59942) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iqNMZ-0004E3-E7 for guix-patches@gnu.org; Sat, 11 Jan 2020 15:28:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iqNMY-0004FN-Bt for guix-patches@gnu.org; Sat, 11 Jan 2020 15:28:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50774) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iqNMY-0004Ds-4k for guix-patches@gnu.org; Sat, 11 Jan 2020 15:28:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iqNMY-0001hb-1d for guix-patches@gnu.org; Sat, 11 Jan 2020 15:28:02 -0500 Subject: bug#39016: [PATCH] gnu: make-gcc-toolchain: Fix typo in description. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Marius Bakke In-Reply-To: <20200107164813.4309-1-jonathan.brielmaier@web.de> References: <20200107164813.4309-1-jonathan.brielmaier@web.de> Date: Sat, 11 Jan 2020 21:27:19 +0100 Message-ID: <8736clzql4.fsf@devup.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: jonathan.brielmaier@web.de, 39016-done@debbugs.gnu.org --=-=-= Content-Type: text/plain 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. :-) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl4aL6cACgkQoqBt8qM6 VPoaZwgAjGZH23Y4KXTkhVcnTrsLGw0G9M6zZ0yg7Zx+Mr5pzZHhvvjxjYe7BJj7 jGwlCMmd3BDRe2wi37BCotUnoHPAh5UU53gIzMwZ/3IaiMQ5RVcWDwtCw5VglQHX eATHZrAauEQqv8SSdx0XHEONclRayaV4wT+5QSGzXaLTn2MeJ3rrEWc7h3bxIAJ4 0yflYg7CTqNZWD9ZEfDfzUsORYmBmneXDRdgR+NTo9i92pjma0fk4e8/w1nbrOji Jfd3G/dqr9Weacm8V2xzMcYCQHOhwOvBlzZ6UTI6MmaMW+KfuPtRuKvM43cFKY1N QNh7+cGYAM6EZywzz0JzCFXakPOyOw== =rRru -----END PGP SIGNATURE----- --=-=-=--