Spelling and consistency fixes

From doing a quick grep, the rest of the code-base tends to hyphenate
the term 'hard-coded'.
This commit is contained in:
jevonearth 2017-11-13 14:03:03 -08:00 committed by Grégoire
parent e9d1dbcce1
commit e37974c64f

View File

@ -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"])