Correct typo (#872)

This commit is contained in:
Adam Szkoda 2020-03-02 03:40:19 +01:00 committed by GitHub
parent e85e337540
commit f6f924a7a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ impl GanacheInstance {
.spawn() .spawn()
.map_err(|e| { .map_err(|e| {
format!( format!(
"Failed to start ganche-cli. \ "Failed to start ganache-cli. \
Is it ganache-cli installed and available on $PATH? Error: {:?}", Is it ganache-cli installed and available on $PATH? Error: {:?}",
e e
) )