diff --git a/docs/source/markdown/podman-systemd.unit.5.md b/docs/source/markdown/podman-systemd.unit.5.md index ed85aaf461..89b57c9c3a 100644 --- a/docs/source/markdown/podman-systemd.unit.5.md +++ b/docs/source/markdown/podman-systemd.unit.5.md @@ -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. -* `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=` diff --git a/pkg/api/handlers/compat/images_push.go b/pkg/api/handlers/compat/images_push.go index 19fb8e1795..8d236db761 100644 --- a/pkg/api/handlers/compat/images_push.go +++ b/pkg/api/handlers/compat/images_push.go @@ -197,7 +197,7 @@ loop: // break out of for/select infinite loop break loop } else { 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 diff --git a/test/apiv2/test-apiv2 b/test/apiv2/test-apiv2 index 1fda0ba9f7..102c2a477b 100755 --- a/test/apiv2/test-apiv2 +++ b/test/apiv2/test-apiv2 @@ -256,7 +256,7 @@ function t() { for arg; do case "$arg" in # 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); shift;; *=*) post_args+=("$arg"); diff --git a/test/e2e/common_test.go b/test/e2e/common_test.go index 1e5913aee9..50ef089efe 100644 --- a/test/e2e/common_test.go +++ b/test/e2e/common_test.go @@ -968,7 +968,7 @@ func populateCache(podman *PodmanTestIntegration) { 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 func rmAll(podmanBin string, path string) { // Remove cache dirs