summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-04-21 05:38:34 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2021-04-21 13:16:33 -0400
commit9c8277247d3e2e60a1f945d82851f58447cbdd74 (patch)
treeb5d54266d444317b08cb15b04265ee5912d959ce /docs/source
parent544c3156657e078cef297623842f79cb72dc32c6 (diff)
downloadpodman-9c8277247d3e2e60a1f945d82851f58447cbdd74.tar.gz
podman-9c8277247d3e2e60a1f945d82851f58447cbdd74.tar.bz2
podman-9c8277247d3e2e60a1f945d82851f58447cbdd74.zip
Fixes from make codespell
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/markdown/podman-secret-create.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-secret-create.1.md b/docs/source/markdown/podman-secret-create.1.md
index ca92dd38e..f5a97a0f3 100644
--- a/docs/source/markdown/podman-secret-create.1.md
+++ b/docs/source/markdown/podman-secret-create.1.md
@@ -16,7 +16,7 @@ A secret is a blob of sensitive data which a container needs at runtime but
should not be stored in the image or in source control, such as usernames and passwords,
TLS certificates and keys, SSH keys or other important generic strings or binary content (up to 500 kb in size).
-Secrets will not be commited to an image with `podman commit`, and will not be in the archive created by a `podman export`
+Secrets will not be committed to an image with `podman commit`, and will not be in the archive created by a `podman export`
## OPTIONS