aboutsummaryrefslogtreecommitdiff
path: root/libpod/define/volume_inspect.go
diff options
context:
space:
mode:
authorErik Sjölund <erik.sjolund@gmail.com>2022-07-11 21:59:32 +0200
committerMatthew Heon <matthew.heon@pm.me>2022-07-26 13:01:03 -0400
commit557b65e0925ed9f707da60776603a460a77803e9 (patch)
tree746ee73e94187dd64265d3d6420cf9da5e6353a3 /libpod/define/volume_inspect.go
parenta363b3a65cc85d65a759b5cc02cadf804c791090 (diff)
downloadpodman-557b65e0925ed9f707da60776603a460a77803e9.tar.gz
podman-557b65e0925ed9f707da60776603a460a77803e9.tar.bz2
podman-557b65e0925ed9f707da60776603a460a77803e9.zip
[CI:DOCS] Improve language. Fix spelling and typos.
* Correct spelling and typos. * Improve language. Co-authored-by: Ed Santiago <santiago@redhat.com> Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
Diffstat (limited to 'libpod/define/volume_inspect.go')
-rw-r--r--libpod/define/volume_inspect.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/define/volume_inspect.go b/libpod/define/volume_inspect.go
index f731a8735..9279812da 100644
--- a/libpod/define/volume_inspect.go
+++ b/libpod/define/volume_inspect.go
@@ -45,7 +45,7 @@ type InspectVolumeData struct {
// GID is the GID that the volume was created with.
GID int `json:"GID,omitempty"`
// Anonymous indicates that the volume was created as an anonymous
- // volume for a specific container, and will be be removed when any
+ // volume for a specific container, and will be removed when any
// container using it is removed.
Anonymous bool `json:"Anonymous,omitempty"`
// MountCount is the number of times this volume has been mounted.