Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
Co-authored-by: Giuseppe Guerra <giuseppe.guerra@grafana.com>
  • Loading branch information
wbrowne and xnyo authored Aug 27, 2024
1 parent 5e9538f commit 08014aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/request_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ func isHTTPTimeoutError(err error) bool {
return true
}

return errors.Is(err, os.ErrDeadlineExceeded) // relacement for os.IsTimeout(err)
return errors.Is(err, os.ErrDeadlineExceeded) // replacement for os.IsTimeout(err)
}

0 comments on commit 08014aa

Please sign in to comment.