spelling: controls

This commit is contained in:
Josh Soref 2018-03-11 17:50:39 +00:00
parent f2a7c95379
commit c9b86bbc2f
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ const (
// open to a server
clientRPCCache = 5 * time.Minute
// clientMaxStreams controsl how many idle streams we keep
// clientMaxStreams controls how many idle streams we keep
// open to a server
clientMaxStreams = 2

View File

@ -59,7 +59,7 @@ const (
// serverRPCCache controls how long we keep an idle connection open to a server
serverRPCCache = 2 * time.Minute
// serverMaxStreams controsl how many idle streams we keep open to a server
// serverMaxStreams controls how many idle streams we keep open to a server
serverMaxStreams = 64
// raftLogCacheSize is the maximum number of logs to cache in-memory.