Skip to content

Commit

Permalink
fix typo in addcli
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikmuralidharan committed Oct 3, 2017
1 parent 9ed3743 commit c05f7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/addsvc/cmd/addcli/addcli.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c05f7e6

Please sign in to comment.