From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:33705) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ios2R-0000pU-Cj for guix-patches@gnu.org; Tue, 07 Jan 2020 11:49:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ios2Q-0001jy-8d for guix-patches@gnu.org; Tue, 07 Jan 2020 11:49:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:43166) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ios2Q-0001jr-5Y for guix-patches@gnu.org; Tue, 07 Jan 2020 11:49:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ios2Q-0005Qj-4u for guix-patches@gnu.org; Tue, 07 Jan 2020 11:49:02 -0500 Subject: [bug#39016] [PATCH] gnu: make-gcc-toolchain: Fix typo in description. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:33197) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ios1s-0008Tk-Ai for guix-patches@gnu.org; Tue, 07 Jan 2020 11:48:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ios1r-0001L8-20 for guix-patches@gnu.org; Tue, 07 Jan 2020 11:48:28 -0500 Received: from mout.web.de ([212.227.17.11]:47073) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ios1q-0001Jr-Kr for guix-patches@gnu.org; Tue, 07 Jan 2020 11:48:27 -0500 From: jonathan.brielmaier@web.de Date: Tue, 7 Jan 2020 17:48:13 +0100 Message-Id: <20200107164813.4309-1-jonathan.brielmaier@web.de> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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: 39016@debbugs.gnu.org Cc: Jonathan Brielmaier From: Jonathan Brielmaier * gnu/packages/commencement.scm (make-gcc-toolchain)[description]: Fix typ= o. =2D-- 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 =2D-- 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++ develop= ment to be installed in user profiles. This includes GCC, as well as libc (hea= ders -an d binaries, plus debugging symbols in the @code{debug} output), and B= inutils.") +and binaries, plus debugging symbols in the @code{debug} output), and Bin= utils.") (home-page "https://gcc.gnu.org/") (outputs '("out" "debug" "static")) =2D- 2.24.1