Skip to content

Commit

Permalink
Correct a copy of misspellings found by misspell.
Browse files Browse the repository at this point in the history
davecgh committed Oct 29, 2016
1 parent be602f8 commit 346938d
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spew/dump_test.go
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@ import (
"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 {
in interface{}
wants []string
2 changes: 1 addition & 1 deletion spew/format_test.go
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@ import (
"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 {
format string
in interface{}

0 comments on commit 346938d

Please sign in to comment.