summaryrefslogtreecommitdiff
path: root/spew/common_test.go
diff options
context:
space:
mode:
authorDave Collins <[email protected]>2013-02-07 18:42:39 -0600
committerDave Collins <[email protected]>2013-02-07 18:43:36 -0600
commit17273f26d75ee122b944811dc9374931693a666b (patch)
tree838670972844a9f135f65a6556da8fbfd3739e36 /spew/common_test.go
parent9628950a4051b1b2ed1e055bc9d15e88f57cbcc4 (diff)
Fix a couple of comment typos.
Diffstat (limited to 'spew/common_test.go')
-rw-r--r--spew/common_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/spew/common_test.go b/spew/common_test.go
index e999660..0743ff5 100644
--- a/spew/common_test.go
+++ b/spew/common_test.go
@@ -86,7 +86,7 @@ func (e customError) Error() string {
}
// stringizeWants converts a slice of wanted test output into a format suitable
-// for an test error message.
+// for a test error message.
func stringizeWants(wants []string) string {
s := ""
for i, want := range wants {