From 45b084b25504a1e19592684f964f43b57792875a Mon Sep 17 00:00:00 2001 From: knrt10 Date: Fri, 28 Aug 2020 18:23:33 +0530 Subject: [PATCH] Fix spelling in completion.go Signed-off-by: knrt10 --- cmd/helm/completion.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/completion.go b/cmd/helm/completion.go index c7e763c3d..db50b375a 100644 --- a/cmd/helm/completion.go +++ b/cmd/helm/completion.go @@ -151,7 +151,7 @@ __helm_compgen() { fi for w in "${completions[@]}"; do if [[ "${w}" = "$1"* ]]; then - # Use printf instead of echo beause it is possible that + # Use printf instead of echo because it is possible that # the value to print is -n, which would be interpreted # as a flag to echo printf "%s\n" "${w}"