Skip to content

Commit

Permalink
Merge pull request #21755 from rhatdan/codespell
Browse files Browse the repository at this point in the history
Codespell code
  • Loading branch information
openshift-merge-bot[bot] authored Feb 19, 2024
2 parents 07613dd + 4f13b83 commit c9b61b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/machine/e2e/config_reset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkg/machine/wsl/fedora.go
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down
2 changes: 1 addition & 1 deletion test/system/500-networking.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9b61b0

Please sign in to comment.