Jonathan Turner 8 лет назад
Родитель
Сommit
513bdff98b
1 измененных файлов с 1 добавлено и 1 удалено
  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
 }