From f6f924a7a6b97c3005ab0a233b8397d7308739db Mon Sep 17 00:00:00 2001 From: Adam Szkoda Date: Mon, 2 Mar 2020 03:40:19 +0100 Subject: [PATCH] Correct typo (#872) --- tests/eth1_test_rig/src/ganache.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/eth1_test_rig/src/ganache.rs b/tests/eth1_test_rig/src/ganache.rs index bd81919a0..da771cdac 100644 --- a/tests/eth1_test_rig/src/ganache.rs +++ b/tests/eth1_test_rig/src/ganache.rs @@ -45,7 +45,7 @@ impl GanacheInstance { .spawn() .map_err(|e| { format!( - "Failed to start ganche-cli. \ + "Failed to start ganache-cli. \ Is it ganache-cli installed and available on $PATH? Error: {:?}", e )