diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-07-04 07:35:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-04 07:35:42 +0000 |
commit | a406b950e4f8cf64bdd2c1e03a8480d4b5f97226 (patch) | |
tree | 2f9f1d8136f678db8eac44b21c454317bd1615ef /pkg/specgen/volumes.go | |
parent | b0abfc3cf624098525c7a4f7e1b7b6b59ad3156d (diff) | |
parent | 24fcfb5d9e1a4c92f386cd34b5c1f44a2676d116 (diff) | |
download | podman-a406b950e4f8cf64bdd2c1e03a8480d4b5f97226.tar.gz podman-a406b950e4f8cf64bdd2c1e03a8480d4b5f97226.tar.bz2 podman-a406b950e4f8cf64bdd2c1e03a8480d4b5f97226.zip |
Merge pull request #14807 from eriksjolund/fix_read_only_spelling
[CI:DOCS] Fix spelling "read only" -> "read-only"
Diffstat (limited to 'pkg/specgen/volumes.go')
-rw-r--r-- | pkg/specgen/volumes.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/specgen/volumes.go b/pkg/specgen/volumes.go index 5e1ea9a78..c9f944abf 100644 --- a/pkg/specgen/volumes.go +++ b/pkg/specgen/volumes.go @@ -37,7 +37,7 @@ type OverlayVolume struct { // ImageVolume is a volume based on a container image. The container image is // first mounted on the host and is then bind-mounted into the container. An -// ImageVolume is always mounted read only. +// ImageVolume is always mounted read-only. type ImageVolume struct { // Source is the source of the image volume. The image can be referred // to by name and by ID. |