From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:33789) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j2PG3-0007Ak-MP for guix-patches@gnu.org; Thu, 13 Feb 2020 19:55:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j2PG2-0008IT-KW for guix-patches@gnu.org; Thu, 13 Feb 2020 19:55:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54704) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j2PG2-0008ID-Ho for guix-patches@gnu.org; Thu, 13 Feb 2020 19:55:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j2PG2-0004Q7-Ax for guix-patches@gnu.org; Thu, 13 Feb 2020 19:55:02 -0500 Subject: [bug#39594] [PATCH] gnu: mrustc: Fix typo in description. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:33386) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j2PFH-00077R-68 for guix-patches@gnu.org; Thu, 13 Feb 2020 19:54:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j2PFF-0007S9-4A for guix-patches@gnu.org; Thu, 13 Feb 2020 19:54:14 -0500 Received: from mail.stikonas.eu ([82.71.3.19]:52432) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j2PFE-0007QE-Jo for guix-patches@gnu.org; Thu, 13 Feb 2020 19:54:13 -0500 Date: Fri, 14 Feb 2020 00:53:45 +0000 Message-Id: <20200214005345.555954-1-andrius@stikonas.eu> 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" Reply-to: Andrius Štikonas , Andrius Štikonas via Guix-patches From: Andrius Štikonas via Guix-patches via To: 39594@debbugs.gnu.org Cc: Andrius =?UTF-8?Q?=C5=A0tikonas?= * gnu/packages/rust.scm (mrustc) [synopsis]: Fix a typo --- gnu/packages/rust.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm index 8bed56ff72..d0a64b134f 100644 --- a/gnu/packages/rust.scm +++ b/gnu/packages/rust.scm @@ -182,7 +182,7 @@ (copy-file "run_rustc/Makefile" (string-append run_rustc "/Makefile")) #t)))))) - (synopsis "Compiler for the Rust progamming language") + (synopsis "Compiler for the Rust programming language") (description "Rust is a systems programming language that provides= memory safety and thread safety guarantees.") (home-page "https://github.com/thepowersgang/mrustc") --=20 2.24.1