From 4f13b836bf1c96fb2831c93a9d918cea1fc59dc8 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 19 Feb 2024 15:23:56 -0500 Subject: [PATCH] Codespell code Signed-off-by: Daniel J Walsh --- pkg/machine/e2e/config_reset_test.go | 2 +- pkg/machine/wsl/fedora.go | 2 +- test/system/500-networking.bats | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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