mirror of
https://github.com/moby/moby.git
synced 2026-08-02 22:26:52 +00:00
fixes minor typo in comment
Signed-off-by: Robert Terhaar <rterhaar@atlanticdynamic.com>
This commit is contained in:
@@ -34,7 +34,7 @@ type Driver interface {
|
||||
List() ([]Volume, error)
|
||||
// Get retrieves the volume with the requested name
|
||||
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() string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user