Unverified Commit 1fe65ca5 authored by Matthew Fisher's avatar Matthew Fisher Committed by GitHub

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

typo fix for lengh to length
parents 1a728c6f 63760b29
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment