Skip to content

Commit e939e4f

Browse files
committed
gtr: Fix typo in comments
1 parent ce2d6b2 commit e939e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gtr/gtr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func TrimPrefixSpaces(line string, indent int) string {
135135
// from a test.
136136
prefixLen := strings.IndexFunc(line, func(r rune) bool { return r != ' ' })
137137
if prefixLen%4 == 0 {
138-
// Use the subtest level to trim a consistenly sized prefix from the
138+
// Use the subtest level to trim a consistently sized prefix from the
139139
// output lines.
140140
for i := 0; i <= indent; i++ {
141141
line = strings.TrimPrefix(line, " ")

0 commit comments

Comments
 (0)