Skip to content

Commit 0e29d3f

Browse files
committed
fix typo
1 parent 76938b2 commit 0e29d3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/slowql-replayer/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ func (r *results) errorsCollector(errors chan error, showErrors bool) {
444444
}
445445
}
446446

447-
// getReferences returns the reference log fuartion and the number of queries
447+
// getReferences returns the reference log duration and the number of queries
448448
func getReferences(k slowql.Kind, f string) (int, time.Duration, error) {
449449
var queriesCounter int
450450

0 commit comments

Comments
 (0)