spelling: illegal

This commit is contained in:
Josh Soref 2018-03-13 08:02:43 +00:00
parent 210f8e8312
commit 57c0e9e4a7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ func TestExportConfigPrepare_BootWait(t *testing.T) {
// Bad
c = new(ExportConfig)
c.Format = "illega"
c.Format = "illegal"
errs = c.Prepare(testConfigTemplate(t))
if len(errs) == 0 {
t.Fatalf("bad: %#v", errs)