diff --git a/compose/config.go b/compose/config.go index c7440d5d4..f9e7edb7e 100644 --- a/compose/config.go +++ b/compose/config.go @@ -105,7 +105,7 @@ func (c *Config) GetAccessTokenLifespan() time.Duration { return c.AccessTokenLifespan } -// GetHashCost freturns the bcrypt cost factor. Defaults to 12. +// GetHashCost returns the bcrypt cost factor. Defaults to 12. func (c *Config) GetHashCost() int { if c.HashCost == 0 { return 12