Skip to content

Commit e90b6b9

Browse files
committed
fix spelling error
1 parent f299473 commit e90b6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/network/util_iperf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func NewIPerf(csvLine string) (*IPerfCSVResult, error) {
8484
}
8585
csvLine = strings.Trim(csvLine, "\n")
8686
slice := StrSlice(strings.Split(csvLine, ","))
87-
// iperf 2.19+ reportes 15 fields, before it was just 9
87+
// iperf 2.19+ reports 15 fields, before it was just 9
8888
if len(slice) != 15 {
8989
return nil, fmt.Errorf("incorrect fields in the output: %v (%v out of 15)", slice, len(slice))
9090
}

0 commit comments

Comments
 (0)