Commit 1f56499d authored by Zhou Peng's avatar Zhou Peng Committed by Brad Fitzpatrick

testing: fix typo mistake

Change-Id: I561640768c43491288e7f5bd1a34247787793dab
Reviewed-on: https://go-review.googlesource.com/109935Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent e656aebb
...@@ -110,7 +110,7 @@ func splitRegexp(s string) []string { ...@@ -110,7 +110,7 @@ func splitRegexp(s string) []string {
} }
// unique creates a unique name for the given parent and subname by affixing it // unique creates a unique name for the given parent and subname by affixing it
// with one ore more counts, if necessary. // with one or more counts, if necessary.
func (m *matcher) unique(parent, subname string) string { func (m *matcher) unique(parent, subname string) string {
name := fmt.Sprintf("%s/%s", parent, subname) name := fmt.Sprintf("%s/%s", parent, subname)
empty := subname == "" empty := subname == ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment