From b498a9493ce55d790307543685d8acc4676a4be6 Mon Sep 17 00:00:00 2001 From: Eric Shaw Date: Wed, 24 Sep 2014 15:13:59 -0400 Subject: [PATCH] Fixed typo in README.md file. "-regest" "-regtest" There was a typo in the README.md file. It previously read "-regest" instead of the proper "-regtest" and it has been updated to the proper reading. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d13011d6d..cf650fe54 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ are testing multi-machine code that needs to operate across the internet. If you are testing something that can run on one machine, run with the -regtest option. In regression test mode, blocks can be created on-demand; see qa/rpc-tests/ for tests -that run in -regest mode. +that run in -regtest mode. **DEBUG_LOCKORDER**