From c05f7e64023adedb415dfffd907007c26704d0b6 Mon Sep 17 00:00:00 2001 From: Karthik Muralidharan Date: Tue, 3 Oct 2017 17:59:26 +0530 Subject: [PATCH] fix typo in addcli --- examples/addsvc/cmd/addcli/addcli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/addsvc/cmd/addcli/addcli.go b/examples/addsvc/cmd/addcli/addcli.go index e2f0f94d0..fe24fc278 100644 --- a/examples/addsvc/cmd/addcli/addcli.go +++ b/examples/addsvc/cmd/addcli/addcli.go @@ -28,7 +28,7 @@ import ( func main() { // The addcli presumes no service discovery system, and expects users to // provide the direct address of an addsvc. This presumption is reflected in - // the addcli binary and the the client packages: the -transport.addr flags + // the addcli binary and the client packages: the -transport.addr flags // and various client constructors both expect host:port strings. For an // example service with a client built on top of a service discovery system, // see profilesvc.