Skip to content

Commit

Permalink
Fix typo in retention service comment
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
otoolep committed Oct 19, 2015
1 parent f101e98 commit ef72c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/retention/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type Service struct {
logger *log.Logger
}

// NewService returns a configure retention policy enforcement service.
// NewService returns a configured retention policy enforcement service.
func NewService(c Config) *Service {
return &Service{
checkInterval: time.Duration(c.CheckInterval),
Expand Down

0 comments on commit ef72c3c

Please sign in to comment.