From e37974c64fa9137b7f1954e936562ac644298a99 Mon Sep 17 00:00:00 2001 From: jevonearth Date: Mon, 13 Nov 2017 14:03:03 -0800 Subject: [PATCH] Spelling and consistency fixes From doing a quick grep, the rest of the code-base tends to hyphenate the term 'hard-coded'. --- src/node/main/node_shared_arg.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/main/node_shared_arg.ml b/src/node/main/node_shared_arg.ml index 27b006edd..ed0c44466 100644 --- a/src/node/main/node_shared_arg.ml +++ b/src/node/main/node_shared_arg.ml @@ -175,7 +175,7 @@ module Term = struct let no_bootstrap_peers = let doc = - "Ignore the peers foud in the config file (or the hardcoded \ + "Ignore the peers found in the config file (or the hard-coded \ bootstrap peers in the absence of config file)." in Arg.(value & flag & info ~docs ~doc ["no-bootstrap-peers"])