Run codespell on code

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2023-07-11 16:41:18 -04:00
parent 1be2ec1d4f
commit 0dcfe6e069
4 changed files with 4 additions and 4 deletions

View File

@ -537,7 +537,7 @@ Indicates whether containers will be auto-updated ([podman-auto-update(1)](podma
* `local`: Tells Podman to compare the image a container is using to the image with its raw name in local storage. If an image is updated locally, Podman simply restarts the systemd unit executing the Kubernetes quadlet. * `local`: Tells Podman to compare the image a container is using to the image with its raw name in local storage. If an image is updated locally, Podman simply restarts the systemd unit executing the Kubernetes quadlet.
* `name/(local|registry)`: Tells Podman to preform the `local` or `registry` autoupdate on the specified container name. * `name/(local|registry)`: Tells Podman to perform the `local` or `registry` autoupdate on the specified container name.
### `ConfigMap=` ### `ConfigMap=`

View File

@ -197,7 +197,7 @@ loop: // break out of for/select infinite loop
break loop break loop
} else { } else {
writeStatusCode(http.StatusOK) writeStatusCode(http.StatusOK)
writeReference() // There may not be any progess, so make sure the reference gets written writeReference() // There may not be any progress, so make sure the reference gets written
} }
tag := query.Tag tag := query.Tag

View File

@ -256,7 +256,7 @@ function t() {
for arg; do for arg; do
case "$arg" in case "$arg" in
# This is just some hack to avoid adding `-d {}` to curl for endpoints where we really need an empty body. # This is just some hack to avoid adding `-d {}` to curl for endpoints where we really need an empty body.
# --disable makes curl not lookup the curlrc file, it't should't effect the tests in any way. # --disable makes curl not lookup the curlrc file, it shouldn't affect the tests in any way.
-) curl_args+=(--disable); -) curl_args+=(--disable);
shift;; shift;;
*=*) post_args+=("$arg"); *=*) post_args+=("$arg");

View File

@ -968,7 +968,7 @@ func populateCache(podman *PodmanTestIntegration) {
GinkgoWriter.Printf("-----------------------------\n") GinkgoWriter.Printf("-----------------------------\n")
} }
// rmAll removes the direcory and its content,, when running rootless we use // rmAll removes the directory and its content, when running rootless we use
// podman unshare to prevent any subuid/gid problems // podman unshare to prevent any subuid/gid problems
func rmAll(podmanBin string, path string) { func rmAll(podmanBin string, path string) {
// Remove cache dirs // Remove cache dirs