From 4f4dff57381e79626e37e89fe3b4ce42f0d6c7c7 Mon Sep 17 00:00:00 2001 From: "data-plane-api(CircleCI)" Date: Thu, 23 May 2019 15:00:47 +0000 Subject: [PATCH] Fix typo in comment for rds.RouteConfiguration.validate_clusters (#7056) Signed-off-by: Mike Grass Mirrored from https://github.com/envoyproxy/envoy @ accc6cd2d3f43883d0c505940d88daa1af55de17 --- envoy/api/v2/rds.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envoy/api/v2/rds.proto b/envoy/api/v2/rds.proto index 863cedaf..351c199f 100644 --- a/envoy/api/v2/rds.proto +++ b/envoy/api/v2/rds.proto @@ -123,7 +123,7 @@ message RouteConfiguration { // option. This setting default to false if the route table is loaded dynamically via the // :ref:`rds // ` - // option. Users may which to override the default behavior in certain cases (for example when + // option. Users may wish to override the default behavior in certain cases (for example when // using CDS with a static route table). google.protobuf.BoolValue validate_clusters = 7; }