1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

typo fix retreived

Signed-off-by: liyongxin <yxli@alauda.io>
Signed-off-by: Yongxin Li <yxli@alauda.io>
This commit is contained in:
liyongxin 2018-09-20 11:27:15 +08:00 committed by Yongxin Li
parent 9c65b2206d
commit 25d9c54b61

View file

@ -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