diff options
| author | Dave Collins <[email protected]> | 2016-10-29 15:57:26 -0500 |
|---|---|---|
| committer | Dave Collins <[email protected]> | 2016-10-29 15:57:26 -0500 |
| commit | 346938d642f2ec3594ed81d874461961cd0faa76 (patch) | |
| tree | 6d821081385a22e530375e66d10fcb3f81f584e1 /spew/format_test.go | |
| parent | be602f8312ec0dd616da4d9787689c39c8f5a38a (diff) | |
Correct a copy of misspellings found by misspell.v1.1.0
Diffstat (limited to 'spew/format_test.go')
| -rw-r--r-- | spew/format_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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{} |
