summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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{}