From 9f33353c14e6d5915124a60212d08ebb5ff38658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Guirao=20Rodr=C3=ADguez?= Date: Tue, 8 Jan 2019 16:27:22 +0100 Subject: [PATCH] agent/config: Fix typo in comment (#5202) --- agent/config/builder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/config/builder.go b/agent/config/builder.go index 8c4beff790..4d8455f3b3 100644 --- a/agent/config/builder.go +++ b/agent/config/builder.go @@ -1188,7 +1188,7 @@ func (b *Builder) serviceVal(v *ServiceDefinition) *structs.ServiceDefinition { Weights: serviceWeights, Checks: checks, // DEPRECATED (ProxyDestination) - don't populate deprecated field, just use - // it as a default below on read. Remove that when remofing ProxyDestination + // it as a default below on read. Remove that when removing ProxyDestination Proxy: b.serviceProxyVal(v.Proxy, v.ProxyDestination), Connect: b.serviceConnectVal(v.Connect), }