summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Collins <[email protected]>2016-10-29 15:57:26 -0500
committerDave Collins <[email protected]>2016-10-29 15:57:26 -0500
commit346938d642f2ec3594ed81d874461961cd0faa76 (patch)
tree6d821081385a22e530375e66d10fcb3f81f584e1
parentbe602f8312ec0dd616da4d9787689c39c8f5a38a (diff)
Correct a copy of misspellings found by misspell.v1.1.0
-rw-r--r--spew/dump_test.go2
-rw-r--r--spew/format_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/spew/dump_test.go b/spew/dump_test.go
index 508ee69..5aad9c7 100644
--- a/spew/dump_test.go
+++ b/spew/dump_test.go
@@ -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
diff --git a/spew/format_test.go b/spew/format_test.go
index 1c0cf17..f9b93ab 100644
--- a/spew/format_test.go
+++ b/spew/format_test.go
@@ -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{}