From 346938d642f2ec3594ed81d874461961cd0faa76 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sat, 29 Oct 2016 15:57:26 -0500 Subject: [PATCH] Correct a copy of misspellings found by misspell. --- spew/dump_test.go | 2 +- spew/format_test.go | 2 +- 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{}