Merge pull request #37887 from liyongxin/master

typo fix retreived
This commit is contained in:
Sebastiaan van Stijn 2018-09-26 12:27:50 +02:00 committed by GitHub
commit 7fe4f7d250
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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