summaryrefslogtreecommitdiff
path: root/spew/dump_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'spew/dump_test.go')
-rw-r--r--spew/dump_test.go2
1 files changed, 1 insertions, 1 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