mirror of
https://github.com/containers/podman.git
synced 2025-10-16 02:32:55 +08:00
Fix typos
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
@ -40,7 +40,7 @@ func (v *Volume) Driver() string {
|
||||
|
||||
// Scope retrieves the volume's scope.
|
||||
// Libpod does not implement volume scoping, and this is provided solely for
|
||||
// Docker compatability. It returns only "local".
|
||||
// Docker compatibility. It returns only "local".
|
||||
func (v *Volume) Scope() string {
|
||||
return "local"
|
||||
}
|
||||
|
Reference in New Issue
Block a user