summaryrefslogtreecommitdiff
path: root/libpod/volume.go
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2019-08-02 15:30:31 -0400
committerMatthew Heon <matthew.heon@pm.me>2019-08-02 15:30:31 -0400
commit582a24dfed12da93a3a5e36ad269787b4ece93fc (patch)
tree92d00883eddad073af5eeb85c510e7a1b8dcecd8 /libpod/volume.go
parent610003ab0fbc21c5c2b3be980406c365f056d8ba (diff)
downloadpodman-582a24dfed12da93a3a5e36ad269787b4ece93fc.tar.gz
podman-582a24dfed12da93a3a5e36ad269787b4ece93fc.tar.bz2
podman-582a24dfed12da93a3a5e36ad269787b4ece93fc.zip
Fix typos
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'libpod/volume.go')
-rw-r--r--libpod/volume.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/volume.go b/libpod/volume.go
index bb1e9b6f1..74126b49b 100644
--- a/libpod/volume.go
+++ b/libpod/volume.go
@@ -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"
}