Fix a typo "update" -> "updates" (#7346)

Signed-off-by: Hu Shuai <hus.fnst@cn.fujitsu.com>
(cherry picked from commit de9118b879)
release-3.0
Hu Shuai 5 years ago committed by Matt Farina
parent 64e57d92b6
commit d2cf1284ee
No known key found for this signature in database
GPG Key ID: 9436E80BFBA46909

@ -66,7 +66,7 @@ func (s *Storage) Create(rls *rspb.Release) error {
return s.Driver.Create(makeKey(rls.Name, rls.Version), rls)
}
// Update update the release in storage. An error is returned if the
// Update updates the release in storage. An error is returned if the
// storage backend fails to update the release or if the release
// does not exist.
func (s *Storage) Update(rls *rspb.Release) error {

Loading…
Cancel
Save