diff --git a/pkg/machine/e2e/config_reset_test.go b/pkg/machine/e2e/config_reset_test.go index 2bba5b92b4..23974a109a 100644 --- a/pkg/machine/e2e/config_reset_test.go +++ b/pkg/machine/e2e/config_reset_test.go @@ -2,7 +2,7 @@ package e2e_test type resetMachine struct { /* - -f, --force Stop and do not prompt before reseting + -f, --force Stop and do not prompt before resetting */ force bool diff --git a/pkg/machine/wsl/fedora.go b/pkg/machine/wsl/fedora.go index ebd95a7cb3..59e8ebe727 100644 --- a/pkg/machine/wsl/fedora.go +++ b/pkg/machine/wsl/fedora.go @@ -83,7 +83,7 @@ func GetFedoraDownloadForWSL() (*url.URL, string, string, int64, error) { defer func() { 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}) diff --git a/test/system/500-networking.bats b/test/system/500-networking.bats index ffb71993c7..0375f95b0a 100644 --- a/test/system/500-networking.bats +++ b/test/system/500-networking.bats @@ -921,7 +921,7 @@ EOF 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 - # 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 run_podman 1 run --name $cname2 --network slirp4netns --restart on-failure:2 --userns keep-id $IMAGE false run_podman inspect --format "{{.RestartCount}}" $cname2