summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2022-03-25 08:07:24 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2022-03-25 15:34:41 -0400
commitffbab30d7b8ee407e0d92724db30a52edf7edb00 (patch)
tree57bd78deee92cc40983ec6d422355ac02e645830 /contrib
parent1fad1413fdae206d5d87cfba91395cf6a0ea3bdd (diff)
downloadpodman-ffbab30d7b8ee407e0d92724db30a52edf7edb00.tar.gz
podman-ffbab30d7b8ee407e0d92724db30a52edf7edb00.tar.bz2
podman-ffbab30d7b8ee407e0d92724db30a52edf7edb00.zip
Run codespell to cleanup typos
[NO NEW TESTS NEEDED] Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/helloimage/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/helloimage/README.md b/contrib/helloimage/README.md
index ca69f87b4..528466f7b 100644
--- a/contrib/helloimage/README.md
+++ b/contrib/helloimage/README.md
@@ -12,7 +12,7 @@ Using this image is helpful to:
* Prove that basic Podman operations are working on the host.
* Shows that the image was pulled from the quay.io container registry.
- * Container creation was successfuly accomplished. (`podman ps -a`)
+ * Container creation was successfully accomplished. (`podman ps -a`)
* The created container was able to stream output to your terminal.
## Directory Contents