Преглед изворни кода

Correct a copy of misspellings found by misspell.

Dave Collins пре 9 година
родитељ
комит
346938d642
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      spew/dump_test.go
  2. 1 1
      spew/format_test.go

+ 1 - 1
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

+ 1 - 1
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{}