summaryrefslogtreecommitdiff
path: root/docs/podman-run.1.md
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2018-02-27 10:10:01 -0700
committerAtomic Bot <atomic-devel@projectatomic.io>2018-02-27 18:59:10 +0000
commit683dc89baf99efa86024a4d4bf488516b6ef9ced (patch)
tree8e6108dad0777880d56ae822e81f14c637270233 /docs/podman-run.1.md
parent6cb1c31d3f9e575688ace95206898c7fff0c88f9 (diff)
downloadpodman-683dc89baf99efa86024a4d4bf488516b6ef9ced.tar.gz
podman-683dc89baf99efa86024a4d4bf488516b6ef9ced.tar.bz2
podman-683dc89baf99efa86024a4d4bf488516b6ef9ced.zip
(minor) correct misspellings in man pages
Signed-off-by: Ed Santiago <santiago@redhat.com> Closes: #410 Approved by: baude
Diffstat (limited to 'docs/podman-run.1.md')
-rw-r--r--docs/podman-run.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md
index 5e235514c..81581abfb 100644
--- a/docs/podman-run.1.md
+++ b/docs/podman-run.1.md
@@ -219,7 +219,7 @@ inside of the container.
bind: A directory is created inside the container state directory and bind mounted into
the container for the volumes.
tmpfs: The volume is mounted onto the container as a tmpfs, which allows the users to create
- content that dissapears when the container is stopped.
+ content that disappears when the container is stopped.
ignore: All volumes are just ignored and no action is taken.
**-i**, **--interactive**=*true*|*false*