mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fixes minor typo in comment
Signed-off-by: Robert Terhaar <rterhaar@atlanticdynamic.com>
This commit is contained in:
parent
93731a6350
commit
29fea0fd2e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ type Driver interface {
|
||||||
List() ([]Volume, error)
|
List() ([]Volume, error)
|
||||||
// Get retrieves the volume with the requested name
|
// Get retrieves the volume with the requested name
|
||||||
Get(name string) (Volume, error)
|
Get(name string) (Volume, error)
|
||||||
// Scope returns the scope of the driver (e.g. `golbal` or `local`).
|
// Scope returns the scope of the driver (e.g. `global` or `local`).
|
||||||
// Scope determines how the driver is handled at a cluster level
|
// Scope determines how the driver is handled at a cluster level
|
||||||
Scope() string
|
Scope() string
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue