From 249e5215cde0c3fa72e27eb7a30e8d55c9696144 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 (cherry picked from commit 45b084b25504a1e19592684f964f43b57792875a) --- 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 696021363..572a8c393 100644 --- a/cmd/helm/completion.go +++ b/cmd/helm/completion.go @@ -148,7 +148,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}"