diff --git a/envoy/upstream/load_balancer.h b/envoy/upstream/load_balancer.h index eea3f5888c8ba..75252fae82d63 100644 --- a/envoy/upstream/load_balancer.h +++ b/envoy/upstream/load_balancer.h @@ -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.