Skip to content

Commit

Permalink
Fix typo: r/generelly/generally
Browse files Browse the repository at this point in the history
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
  • Loading branch information
mohammed90 and francislavoie authored Oct 24, 2023
1 parent fb6589f commit 67e567b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/caddyhttp/reverseproxy/httptransport.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ func (h *HTTPTransport) NewTransport(caddyCtx caddy.Context) (*http.Transport, e
},
}
// The src and dst have to be of the same address family. As we don't know the original
// dst address (it's kind of impossible to know) and this address is generelly of very
// dst address (it's kind of impossible to know) and this address is generally of very
// little interest, we just set it to all zeros.
switch {
case proxyProtocolInfo.AddrPort.Addr().Is4():
Expand Down

0 comments on commit 67e567b

Please sign in to comment.