Minor typo (boostrap)

pull/3540/head
Victor Boivie 2017-10-05 16:27:39 +02:00 committed by Frank Schröder
parent edf7a162f6
commit 8e361beb7a
1 changed files with 2 additions and 2 deletions

View File

@ -1315,7 +1315,7 @@ func TestConfigFlagsAndEdgecases(t *testing.T) {
err: "'bootstrap_expect > 0' not allowed in dev mode",
},
{
desc: "bootstrap-expect and boostrap",
desc: "bootstrap-expect and bootstrap",
flags: []string{
`-datacenter=a`,
`-data-dir=` + dataDir,
@ -1325,7 +1325,7 @@ func TestConfigFlagsAndEdgecases(t *testing.T) {
err: "'bootstrap_expect > 0' and 'bootstrap = true' are mutually exclusive",
},
{
desc: "bootstrap-expect=1 equals boostrap",
desc: "bootstrap-expect=1 equals bootstrap",
flags: []string{
`-data-dir=` + dataDir,
},