From bc75351edfd820235c7609eefc8b0035e01215b8 Mon Sep 17 00:00:00 2001
From: Dave Conroy <dconroy@gmail.com>
Date: Mon, 22 May 2017 01:47:27 -0500
Subject: [PATCH] README: fixing typo in documentation (#14493)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0a6480685..7f7c54172 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ $ geth --testnet --fast --cache=512 console
 ```
 
 The `--fast`, `--cache` flags and `console` subcommand have the exact same meaning as above and they
-are equially useful on the testnet too. Please see above for their explanations if you've skipped to
+are equally useful on the testnet too. Please see above for their explanations if you've skipped to
 here.
 
 Specifying the `--testnet` flag however will reconfigure your Geth instance a bit:
-- 
GitLab