Codespell code

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh 2024-02-19 15:23:56 -05:00
parent 25a96d7a44
commit 4f13b836bf
No known key found for this signature in database
GPG Key ID: A2DF901DABE2C028
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ package e2e_test
type resetMachine struct { type resetMachine struct {
/* /*
-f, --force Stop and do not prompt before reseting -f, --force Stop and do not prompt before resetting
*/ */
force bool force bool

View File

@ -83,7 +83,7 @@ func GetFedoraDownloadForWSL() (*url.URL, string, string, int64, error) {
defer func() { defer func() {
if err := resp.Body.Close(); err != nil { if err := resp.Body.Close(); err != nil {
logrus.Errorf("error closing http boddy: %q", err) logrus.Errorf("error closing http body: %q", err)
} }
}() }()
b, err := io.ReadAll(&io.LimitedReader{R: resp.Body, N: 1024}) b, err := io.ReadAll(&io.LimitedReader{R: resp.Body, N: 1024})

View File

@ -921,7 +921,7 @@ EOF
run_podman run --rm --network $net1 $IMAGE true run_podman run --rm --network $net1 $IMAGE true
# And now because of all the fun we have to check the same with slirp4netns and pasta because # And now because of all the fun we have to check the same with slirp4netns and pasta because
# that uses slighlty different code paths. Note this would dealock before the fix. # that uses slightly different code paths. Note this would deadlock before the fix.
# https://github.com/containers/podman/issues/21477 # https://github.com/containers/podman/issues/21477
run_podman 1 run --name $cname2 --network slirp4netns --restart on-failure:2 --userns keep-id $IMAGE false run_podman 1 run --name $cname2 --network slirp4netns --restart on-failure:2 --userns keep-id $IMAGE false
run_podman inspect --format "{{.RestartCount}}" $cname2 run_podman inspect --format "{{.RestartCount}}" $cname2