diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-03-07 10:30:44 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-03-07 10:30:44 -0500 |
commit | ac354ac94ac863e35cb670a5e81bbdc7b70f8559 (patch) | |
tree | 8a49d1415119045a90d1bfbe922735a11711c5d9 /docs/source/markdown/podman-build.1.md | |
parent | c8de26fb0835bb3572af250088d4f66a3162ccd0 (diff) | |
download | podman-ac354ac94ac863e35cb670a5e81bbdc7b70f8559.tar.gz podman-ac354ac94ac863e35cb670a5e81bbdc7b70f8559.tar.bz2 podman-ac354ac94ac863e35cb670a5e81bbdc7b70f8559.zip |
Fix spelling mistakes in code found by codespell
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.md | 4 |
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 3f0bfc57b..e08eebc24 100644 --- a/docs/source/markdown/podman-build.1.md +++ b/docs/source/markdown/podman-build.1.md @@ -282,8 +282,8 @@ Add an image *label* (e.g. label=*value*) to the image metadata. Can be used mul Users can set a special LABEL **io.containers.capabilities=CAP1,CAP2,CAP3** in a Containerfile that specified the list of Linux capabilities required for the container to run properly. This label specified in a container image tells -Podman to run the container with just these capabilties. Podman launches the -container with just the specified capabilties, as long as this list of +Podman to run the container with just these capabilities. Podman launches the +container with just the specified capabilities, as long as this list of capabilities is a subset of the default list. If the specified capabilities are not in the default set, Podman will |