Skip to content

Commit

Permalink
Merge pull request helm#4196 from liyongxin/typo-fix-lengh-to-length
Browse files Browse the repository at this point in the history
typo fix for lengh to length
  • Loading branch information
Matthew Fisher authored Jun 8, 2018
2 parents 1a728c6 + 63760b2 commit 1fe65ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func (s *Storage) History(name string) ([]*rspb.Release, error) {
return s.Driver.Query(map[string]string{"NAME": name, "OWNER": "TILLER"})
}

// removeLeastRecent removes items from history until the lengh number of releases
// removeLeastRecent removes items from history until the length number of releases
// does not exceed max.
//
// We allow max to be set explicitly so that calling functions can "make space"
Expand Down

0 comments on commit 1fe65ca

Please sign in to comment.