Skip to content

Commit

Permalink
grpcclient: Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Arve Knudsen <[email protected]>
  • Loading branch information
aknuds1 committed Jan 5, 2022
1 parent 249cd16 commit c83b87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grpcclient/grpcclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type Config struct {
//
// See `google.golang.org/grpc/keepalive.ClientParameters.Time` for reference.
KeepaliveTime int64 `yaml:"keepalive_time"`
// KeepaliveTimeOut is the number of seconds the client waits after pinging the server, and if no activity is seen
// KeepaliveTimeout is the number of seconds the client waits after pinging the server, and if no activity is seen
// after that, the connection is closed.
//
// See `google.golang.org/grpc/keepalive.ClientParameters.Timeout` for reference.
Expand Down

0 comments on commit c83b87b

Please sign in to comment.