diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-01-21 14:55:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 14:55:26 -0500 |
commit | d847ad598d752dad479250b7f289858cc272cb04 (patch) | |
tree | 4100d6634ba79d3e55d4f6d79835abc233133ad6 /pkg/machine | |
parent | 1e5a4b99ee81164291fd2cf5a25408e641640e97 (diff) | |
parent | 5736649eb8eca8b6f1870a1868def188be1467ff (diff) | |
download | podman-d847ad598d752dad479250b7f289858cc272cb04.tar.gz podman-d847ad598d752dad479250b7f289858cc272cb04.tar.bz2 podman-d847ad598d752dad479250b7f289858cc272cb04.zip |
Merge pull request #12961 from rhatdan/codespell
Run codespell
Diffstat (limited to 'pkg/machine')
-rw-r--r-- | pkg/machine/wsl/machine.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/machine/wsl/machine.go b/pkg/machine/wsl/machine.go index c7d857954..3edf3ddf6 100644 --- a/pkg/machine/wsl/machine.go +++ b/pkg/machine/wsl/machine.go @@ -567,7 +567,7 @@ func installWslKernel() error { } // In case of unusual circumstances (e.g. race with installer actions) // retry a few times - message = "An error occured attempting the WSL Kernel update, retrying..." + message = "An error occurred attempting the WSL Kernel update, retrying..." fmt.Println(message) fmt.Fprintln(log, message) time.Sleep(backoff) |