From 069ae5dc5e605c3c1ffae2d3b158355bb9ea78cc Mon Sep 17 00:00:00 2001 From: alyssawilk Date: Tue, 21 Nov 2017 14:52:43 -0500 Subject: [PATCH] Fixing comment typo (#260) Signed-off-by: Alyssa Wilk --- api/eds.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/eds.proto b/api/eds.proto index a3271c4c..85a7ecb3 100644 --- a/api/eds.proto +++ b/api/eds.proto @@ -83,7 +83,7 @@ message LbEndpoint { // LocalityLbEndpoints. If unspecified, each host is presumed to have equal // weight in a locality. // The limit of 128 is somewhat arbitrary, but is applied due to performance - // concerns with the current implmenetation and can be removed when + // concerns with the current implementation and can be removed when // https://github.com/envoyproxy/envoy/issues/1285 is fixed. google.protobuf.UInt32Value load_balancing_weight = 4; } @@ -108,7 +108,7 @@ message LocalityLbEndpoints { // cluster. // // The limit of 128 is somewhat arbitrary, but is applied due to performance - // concerns with the current implmenetation and can be removed when + // concerns with the current implementation and can be removed when // https://github.com/envoyproxy/envoy/issues/1285 is fixed. google.protobuf.UInt32Value load_balancing_weight = 3;