Skip to content

Commit

Permalink
fix typo (#2802)
Browse files Browse the repository at this point in the history
single char typo - merging
  • Loading branch information
antiochp authored May 3, 2019
1 parent 7f12b45 commit 85d06fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/grin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 85d06fe

Please sign in to comment.