fix a typo

This commit is contained in:
iamqizhao
2015-07-30 15:36:59 -07:00
parent 76ef365255
commit f680d0b77d

@ -177,7 +177,7 @@ const (
Ready
// TransientFailure indicates the ClientConn has seen a failure but expects to recover.
TransientFailure
// Shutdown indicates the CLientConn has stated shutting down.
// Shutdown indicates the ClientConn has stated shutting down.
Shutdown
)