Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eze-kiel committed Apr 20, 2021
1 parent 76938b2 commit 0e29d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/slowql-replayer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ func (r *results) errorsCollector(errors chan error, showErrors bool) {
}
}

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

Expand Down

0 comments on commit 0e29d3f

Please sign in to comment.