From 85d06fe4167e506d3b26d134c889b2c8a6de6395 Mon Sep 17 00:00:00 2001 From: Antioch Peverell Date: Fri, 3 May 2019 12:07:39 +0100 Subject: [PATCH] fix typo (#2802) single char typo - merging --- src/bin/grin.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/grin.rs b/src/bin/grin.rs index cee066a6cb..0ba1205d9a 100644 --- a/src/bin/grin.rs +++ b/src/bin/grin.rs @@ -79,7 +79,7 @@ fn real_main() -> i32 { println!(); println!("As of v1.1.0, the wallet has been split into a seperate executable."); println!( - "Please visit https://github.com/mimblewinble/grin-wallet/releases to download" + "Please visit https://github.com/mimblewimble/grin-wallet/releases to download" ); println!(); return 0;