_scripts: fix typos (#3402)

This commit is contained in:
Oleksandr Redko
2023-05-31 17:33:23 +03:00
committed by GitHub
parent 47989248ed
commit 9d6bce467c
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ func checkCert() bool {
return false
}
if err != nil {
fmt.Printf("An error occoured when generating and installing a new certificate: %v\n", err)
fmt.Printf("An error occurred when generating and installing a new certificate: %v\n", err)
return false
}
os.Setenv("CERT", "dlv-cert")