Jonathan Turner il y a 8 ans
Parent
commit
513bdff98b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 	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 {
 func (c *CCache) GetClientRealm() string {
 	return c.DefaultPrincipal.Realm
 	return c.DefaultPrincipal.Realm
 }
 }