summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-build.1.md
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-10-14 06:52:15 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2021-10-14 08:44:09 -0400
commit7112a4159b575c43c70fa9145bd08ecdca8721a5 (patch)
treeb8987f05a83e2436cf295803eea00bbad7ed2525 /docs/source/markdown/podman-build.1.md
parentc19f257181db6f2c8af1d208ef8c3c846593813e (diff)
downloadpodman-7112a4159b575c43c70fa9145bd08ecdca8721a5.tar.gz
podman-7112a4159b575c43c70fa9145bd08ecdca8721a5.tar.bz2
podman-7112a4159b575c43c70fa9145bd08ecdca8721a5.zip
Fix codespell errors
Along with a couple of nits found by Ed. [NO NEW TESTS NEEDED] Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-build.1.md')
-rw-r--r--docs/source/markdown/podman-build.1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-build.1.md b/docs/source/markdown/podman-build.1.md
index 0dabd49bd..fd36166b6 100644
--- a/docs/source/markdown/podman-build.1.md
+++ b/docs/source/markdown/podman-build.1.md
@@ -853,7 +853,7 @@ $ podman build -f Containerfile.in $HOME
$ podman build -t imageName .
-$ podman build --tls-verify=true -t imageName -f Containrfile.simple .
+$ podman build --tls-verify=true -t imageName -f Containerfile.simple .
$ podman build --tls-verify=false -t imageName .
@@ -952,7 +952,7 @@ Containerfile/Dockerfile
The .containerignore and .dockerignore files use the same syntax; if both
are in the context directory, podman build will only use .containerignore.
-Users can specify a series of Unix shell globals in a .containerignore file to
+Users can specify a series of Unix shell globs in a .containerignore file to
identify files/directories to exclude.
Podman supports a special wildcard string `**` which matches any number of