diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-04-22 06:18:18 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2022-04-22 06:18:20 -0400 |
commit | e39f4495e795fa9fcbfa75a0045a6c1cbe1e4d96 (patch) | |
tree | 6e365c448eaa5faa57069bc111edd97235537cfa /docs/source | |
parent | 2627345dd5b8550242033212e6481af970537510 (diff) | |
download | podman-e39f4495e795fa9fcbfa75a0045a6c1cbe1e4d96.tar.gz podman-e39f4495e795fa9fcbfa75a0045a6c1cbe1e4d96.tar.bz2 podman-e39f4495e795fa9fcbfa75a0045a6c1cbe1e4d96.zip |
Run codespell on code
[NO NEW TESTS NEEDED]
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-image-unmount.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-image-unmount.1.md b/docs/source/markdown/podman-image-unmount.1.md index f2d75f15f..394811bd4 100644 --- a/docs/source/markdown/podman-image-unmount.1.md +++ b/docs/source/markdown/podman-image-unmount.1.md @@ -38,7 +38,7 @@ Unmount image with a given ID podman image unmount imageID ``` -Unmount multiple images wit given IDs +Unmount multiple images with given IDs ``` podman image unmount imageID1 imageID2 imageID3 ``` |