spelling: panicking

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pull/9410/head
Josh Soref 5 years ago
parent ab7e313587
commit 971cb015de

@ -27,7 +27,7 @@ import (
func checkPerms() { func checkPerms() {
// This function MUST NOT FAIL, as it is just a check for a common permissions problem. // This function MUST NOT FAIL, as it is just a check for a common permissions problem.
// If for some reason the function hits a stopping condition, it may panic. But only if // If for some reason the function hits a stopping condition, it may panic. But only if
// we can be sure that it is panicing because Helm cannot proceed. // we can be sure that it is panicking because Helm cannot proceed.
kc := settings.KubeConfig kc := settings.KubeConfig
if kc == "" { if kc == "" {

Loading…
Cancel
Save