diff mbox series

[bug#39594] gnu: mrustc: Fix typo in description.

Message ID 20200214005345.555954-1-andrius@stikonas.eu
State Accepted
Headers show
Series [bug#39594] gnu: mrustc: Fix typo in description. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

ashish.is--- via Guix-patches" via Feb. 14, 2020, 12:53 a.m. UTC
* gnu/packages/rust.scm (mrustc) [synopsis]: Fix a typo
---
 gnu/packages/rust.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Marius Bakke Feb. 14, 2020, 4:25 p.m. UTC | #1
Andrius Štikonas via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/rust.scm (mrustc) [synopsis]: Fix a typo

Applied, thanks!
diff mbox series

Patch

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