We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e413838 commit 81a00ceCopy full SHA for 81a00ce
clientconn.go
@@ -369,7 +369,7 @@ func (cc *ClientConn) exitIdleMode() error {
369
// acquire cc.mu.
370
if err := cc.resolverWrapper.start(); err != nil {
371
// If resolver creation fails, treat it like an error reported by the
372
- // resolver before any valid udpates. Set channel's state to
+ // resolver before any valid updates. Set channel's state to
373
// TransientFailure, and set an erroring picker with the resolver build
374
// error, which will returned as part of any subsequent RPCs.
375
logger.Warningf("Failed to start resolver: %v", err)
0 commit comments