gnu: rust-1.40: Fix spelling.

* gnu/packages/rust.scm (rust-1.40)[synopsis]: Fix spelling of "programming".
This commit is contained in:
Vagrant Cascadian 2022-01-08 16:08:54 -08:00
parent 7d7b579531
commit 813896b222
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

View File

@ -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")