guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: rust-1.40: Fix spelling.


From: guix-commits
Subject: 03/05: gnu: rust-1.40: Fix spelling.
Date: Sat, 8 Jan 2022 19:41:46 -0500 (EST)

vagrantc pushed a commit to branch master
in repository guix.

commit 813896b2225a74f07ab840095af103d2290089ef
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Sat Jan 8 16:08:54 2022 -0800

    gnu: rust-1.40: Fix spelling.
    
    * gnu/packages/rust.scm (rust-1.40)[synopsis]: Fix spelling of 
"programming".
---
 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 b57cb29173..f8a7222005 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -508,7 +508,7 @@ ar = \"" binutils "/bin/ar" "\"
            (search-path-specification
             (variable "LIBRARY_PATH")
             (files '("lib" "lib64")))))
-    (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://www.rust-lang.org";)



reply via email to

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