diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-01-21 07:02:54 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2022-01-21 09:52:12 -0500 |
commit | 5736649eb8eca8b6f1870a1868def188be1467ff (patch) | |
tree | 777de6b2dfc18de27fb5996e8c17469fba4324f5 /pkg/machine/wsl | |
parent | c6fd8a421263f5e0386b6f711ea62e68b0188ad6 (diff) | |
download | podman-5736649eb8eca8b6f1870a1868def188be1467ff.tar.gz podman-5736649eb8eca8b6f1870a1868def188be1467ff.tar.bz2 podman-5736649eb8eca8b6f1870a1868def188be1467ff.zip |
Run codespell on code
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'pkg/machine/wsl')
-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) |