Correct a copy of misspellings found by misspell.

This commit is contained in:
Dave Collins 2016-10-29 15:57:26 -05:00
parent be602f8312
commit 346938d642
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ import (
"github.com/davecgh/go-spew/spew" "github.com/davecgh/go-spew/spew"
) )
// dumpTest is used to describe a test to be perfomed against the Dump method. // dumpTest is used to describe a test to be performed against the Dump method.
type dumpTest struct { type dumpTest struct {
in interface{} in interface{}
wants []string wants []string

View File

@ -75,7 +75,7 @@ import (
"github.com/davecgh/go-spew/spew" "github.com/davecgh/go-spew/spew"
) )
// formatterTest is used to describe a test to be perfomed against NewFormatter. // formatterTest is used to describe a test to be performed against NewFormatter.
type formatterTest struct { type formatterTest struct {
format string format string
in interface{} in interface{}