Jonathan Turner 8 anos atrás
pai
commit
513bdff98b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      credentials/ccache.go

+ 1 - 1
credentials/ccache.go

@@ -204,7 +204,7 @@ func (c *CCache) GetClientPrincipalName() types.PrincipalName {
 	return c.DefaultPrincipal.PrincipalName
 }
 
-// GetClientRealm returns the reals of teh client the credentials cache is for.
+// GetClientRealm returns the reals of the client the credentials cache is for.
 func (c *CCache) GetClientRealm() string {
 	return c.DefaultPrincipal.Realm
 }