Parcourir la source

typo fix retreived

Signed-off-by: liyongxin <yxli@alauda.io>
Signed-off-by: Yongxin Li <yxli@alauda.io>
liyongxin il y a 6 ans
Parent
commit
25d9c54b61
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
-// retreived volume with the provided reference ID.
+// retrieved volume with the provided reference ID.
 func WithGetReference(ref string) GetOption {
 	return func(o *GetConfig) {
 		o.Reference = ref