Skip to content

Commit

Permalink
more typos
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Duke <martin.h.duke@gmail.com>
  • Loading branch information
martinduke committed Apr 12, 2024
1 parent 0347823 commit b220f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/quic/active_quic_listener.cc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ActiveQuicListener::ActiveQuicListener(
// Set the socket to report incoming ECN.
if (receive_ecn) {
if (udp_listener_->localAddress() == nullptr ||
udp_listener_->localAdddress()->ip() == nullptr) {
udp_listener_->localAddress()->ip() == nullptr) {
IS_ENVOY_BUG("UDP Listener does not have local IP address");
} else {
int optval = 1;
Expand Down

0 comments on commit b220f6a

Please sign in to comment.