Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion envoy/upstream/load_balancer.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class LoadBalancer {
virtual HostConstSharedPtr peekAnotherHost(LoadBalancerContext* context) PURE;

/**
* Returns connnection lifetime callbacks that may be used to inform the load balancer of
* Returns connection lifetime callbacks that may be used to inform the load balancer of
* connection events. Load balancers which do not intend to track connection lifetime events
* will return nullopt.
* @return optional lifetime callbacks for this load balancer.
Expand Down