Merge pull request #4196 from liyongxin/typo-fix-lengh-to-length

typo fix for lengh to length
pull/4223/head
Matthew Fisher 7 years ago committed by GitHub
commit 1fe65ca587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -163,7 +163,7 @@ func (s *Storage) History(name string) ([]*rspb.Release, error) {
return s.Driver.Query(map[string]string{"NAME": name, "OWNER": "TILLER"}) 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. // does not exceed max.
// //
// We allow max to be set explicitly so that calling functions can "make space" // We allow max to be set explicitly so that calling functions can "make space"

Loading…
Cancel
Save