Fix typos

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
Matthew Heon
2019-08-02 15:30:31 -04:00
parent 610003ab0f
commit 582a24dfed
2 changed files with 3 additions and 3 deletions

View File

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