aboutsummaryrefslogtreecommitdiff
path: root/test/run.go
diff options
context:
space:
mode:
authorIgor Zhilianin <igor.zhilianin@gmail.com>2018-10-08 01:19:51 +0000
committerIan Lance Taylor <iant@golang.org>2018-10-08 03:12:03 +0000
commit04dc1b2443f3cec9d3babff1046eb36f41236224 (patch)
treeb628bfc7cef8a060e3153dfbd1ca522cd79adee6 /test/run.go
parent165ebaf97bc4c4863a756775d75ddc750c55b8f2 (diff)
downloadgo-04dc1b2443f3cec9d3babff1046eb36f41236224.tar.gz
go-04dc1b2443f3cec9d3babff1046eb36f41236224.zip
all: fix a bunch of misspellings
Change-Id: I94cebca86706e072fbe3be782d3edbe0e22b9432 GitHub-Last-Rev: 8e15a40545704fb21b41a8768079f2da19341ef3 GitHub-Pull-Request: golang/go#28067 Reviewed-on: https://go-review.googlesource.com/c/140437 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'test/run.go')
-rw-r--r--test/run.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/run.go b/test/run.go
index 3af6d1466b..0974e9fdb8 100644
--- a/test/run.go
+++ b/test/run.go
@@ -1071,10 +1071,10 @@ func splitOutput(out string, wantAuto bool) []string {
// this function will report an error.
// Likewise if outStr does not have an error for a line which has a comment,
// or if the error message does not match the <regexp>.
-// The <regexp> syntax is Perl but its best to stick to egrep.
+// The <regexp> syntax is Perl but it's best to stick to egrep.
//
// Sources files are supplied as fullshort slice.
-// It consists of pairs: full path to source file and it's base name.
+// It consists of pairs: full path to source file and its base name.
func (t *test) errorCheck(outStr string, wantAuto bool, fullshort ...string) (err error) {
defer func() {
if *verbose && err != nil {