Skip to content

Commit

Permalink
Fix comment misspell
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Maus <aleksandr.maus@elastic.co>
  • Loading branch information
aleksmaus authored and poiana committed Aug 21, 2024
1 parent a65ae86 commit fd503a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func (c *Client) httpClient() *http.Client {
}

// configureTransport configure http transport
// This preserves the previous behavour where it only logged errors, but returned misconfigured transport in case of errors
// This preserves the previous behavior where it only logged errors, but returned misconfigured transport in case of errors
func (c *Client) configureTransport() (*http.Transport, error) {
customTransport := http.DefaultTransport.(*http.Transport).Clone()

Expand Down

0 comments on commit fd503a4

Please sign in to comment.