summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-08-11 10:09:05 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2021-08-11 16:41:45 -0400
commit404488a0879c84de523adeacb78c6b898a7e52c8 (patch)
tree5a5c931a2353692ab108b0ee7a9c4b5ee9b198d6 /docs
parent7e5a9fdbc0131a2715e9a6d5612e65fb7323c50b (diff)
downloadpodman-404488a0879c84de523adeacb78c6b898a7e52c8.tar.gz
podman-404488a0879c84de523adeacb78c6b898a7e52c8.tar.bz2
podman-404488a0879c84de523adeacb78c6b898a7e52c8.zip
Run codespell to fix spelling
[NO TESTS NEEDED] Just fixing spelling. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-create.1.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md
index 723592016..7655cb8fa 100644
--- a/docs/source/markdown/podman-create.1.md
+++ b/docs/source/markdown/podman-create.1.md
@@ -455,8 +455,7 @@ setup operations for the pod's applications.
Valid values for `init-ctr` type are *always* or *oneshot*. The *always* value
means the container will run with each and every `pod start`, whereas the *oneshot*
-value means is will ony run once when the pod is started and then the container is
-removed.
+value means the container will only run once when the pod is started and then the container is removed.
Init containers are only run on pod `start`. Restarting a pod will not execute any init
containers should they be present. Furthermore, init containers can only be created in a