Skip to content

Commit c9b61b0

Browse files
Merge pull request containers#21755 from rhatdan/codespell
Codespell code
2 parents 07613dd + 4f13b83 commit c9b61b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pkg/machine/e2e/config_reset_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package e2e_test
22

33
type resetMachine struct {
44
/*
5-
-f, --force Stop and do not prompt before reseting
5+
-f, --force Stop and do not prompt before resetting
66
*/
77

88
force bool

pkg/machine/wsl/fedora.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func GetFedoraDownloadForWSL() (*url.URL, string, string, int64, error) {
8383

8484
defer func() {
8585
if err := resp.Body.Close(); err != nil {
86-
logrus.Errorf("error closing http boddy: %q", err)
86+
logrus.Errorf("error closing http body: %q", err)
8787
}
8888
}()
8989
b, err := io.ReadAll(&io.LimitedReader{R: resp.Body, N: 1024})

test/system/500-networking.bats

+1-1
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ EOF
921921
run_podman run --rm --network $net1 $IMAGE true
922922

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

0 commit comments

Comments
 (0)