guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: mrustc: Fix typo in description.


From: guix-commits
Subject: 04/05: gnu: mrustc: Fix typo in description.
Date: Fri, 14 Feb 2020 11:50:29 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 7af0f2156c1576773a693f9d61d2fab308b390d3
Author: Andrius Štikonas via Guix-patches via <address@hidden>
AuthorDate: Fri Feb 14 00:53:45 2020 +0000

    gnu: mrustc: Fix typo in description.
    
    * gnu/packages/rust.scm (mrustc) [synopsis]: Fix a typo
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 8bed56f..d0a64b1 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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]