Merge pull request #13971 from rhatdan/codespell

[CI:DOCS] Run codespell on code
This commit is contained in:
OpenShift Merge Robot
2022-04-22 06:34:32 -04:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@ -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
```