aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/match.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/match.go b/src/testing/match.go
index 89e30d01a7..b18c6e7f38 100644
--- a/src/testing/match.go
+++ b/src/testing/match.go
@@ -110,7 +110,7 @@ func splitRegexp(s string) []string {
}
// 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 {
name := fmt.Sprintf("%s/%s", parent, subname)
empty := subname == ""