agent/config: Fix typo in comment (#5202)

This commit is contained in:
Alejandro Guirao Rodríguez 2019-01-08 16:27:22 +01:00 committed by Hans Hasselberg
parent 5105c46b92
commit 7b1bd33add
1 changed files with 1 additions and 1 deletions

View File

@ -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),
}