Переглянути джерело

Merge pull request #37887 from liyongxin/master

typo fix retreived
Sebastiaan van Stijn 6 роки тому
батько
коміт
7fe4f7d250
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      volume/service/opts/opts.go

+ 1 - 1
volume/service/opts/opts.go

@@ -58,7 +58,7 @@ func WithGetDriver(name string) GetOption {
 }
 }
 
 
 // WithGetReference indicates to `Get` to increment the reference count for the
 // WithGetReference indicates to `Get` to increment the reference count for the
-// retreived volume with the provided reference ID.
+// retrieved volume with the provided reference ID.
 func WithGetReference(ref string) GetOption {
 func WithGetReference(ref string) GetOption {
 	return func(o *GetConfig) {
 	return func(o *GetConfig) {
 		o.Reference = ref
 		o.Reference = ref