summaryrefslogtreecommitdiff
path: root/volume
diff options
context:
space:
mode:
authorliyongxin <yxli@alauda.io>2018-09-20 11:27:15 +0800
committerYongxin Li <yxli@alauda.io>2018-09-26 10:51:22 +0800
commit25d9c54b6112d14dd4c8f26a34ffbb95cb262692 (patch)
tree49d7f522734575decde72ae8113d4e36092dcd75 /volume
parent9c65b2206dbc4d950fcf40f94c9c05bd9130536c (diff)
downloaddocker-25d9c54b6112d14dd4c8f26a34ffbb95cb262692.tar.gz
typo fix retreived
Signed-off-by: liyongxin <yxli@alauda.io> Signed-off-by: Yongxin Li <yxli@alauda.io>
Diffstat (limited to 'volume')
-rw-r--r--volume/service/opts/opts.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/volume/service/opts/opts.go b/volume/service/opts/opts.go
index 6c7e5f4ea6..c190c3a70d 100644
--- a/volume/service/opts/opts.go
+++ b/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