Run codespell on code

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2022-01-21 07:02:54 -05:00
parent c6fd8a4212
commit 5736649eb8
13 changed files with 15 additions and 15 deletions

View File

@ -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)