Fix some misc typos, as reported by misspell
minikube/pkg/gvisor/enable.go
Line 120: warning: "downlaods" is a misspelling of "downloads" (misspell)
minikube/pkg/minikube/console/style.go
Line 96: warning: "embarassed" is a misspelling of "embarrassed" (misspell)
pull/3841/head
parent
61dd4ab1fd
commit
0d8e591a4a
|
|
@ -117,7 +117,7 @@ func runsc() error {
|
|||
return downloadFileToDest(constants.GvisorURL, dest)
|
||||
}
|
||||
|
||||
// downloadFileToDest downlaods the given file to the dest
|
||||
// downloadFileToDest downloads the given file to the dest
|
||||
// if something already exists at dest, first remove it
|
||||
func downloadFileToDest(url, dest string) error {
|
||||
client := &http.Client{}
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@ var styles = map[string]style{
|
|||
"verifying-noline": {Prefix: "🤔 ", OmitNewline: true},
|
||||
"kubectl": {Prefix: "💗 ", LowPrefix: "+ "},
|
||||
"meh": {Prefix: "🙄 ", LowPrefix: "? "},
|
||||
"embarassed": {Prefix: "🤦 ", LowPrefix: "* "},
|
||||
"embarrassed": {Prefix: "🤦 ", LowPrefix: "* "},
|
||||
"tip": {Prefix: "💡 ", LowPrefix: "i "},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue