Skip to content

Commit

Permalink
fix obvious typo in quicping experiment (#1542)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ainghazal authored Apr 8, 2024
1 parent a2a3c6a commit 83f4d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/experiment/quicping/quic.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@ type errUnexpectedResponse struct {

// Error implements error.Error()
func (e *errUnexpectedResponse) Error() string {
return fmt.Sprintf("unexptected response: %s", e.msg)
return fmt.Sprintf("unexpected response: %s", e.msg)
}

0 comments on commit 83f4d55

Please sign in to comment.