Fix spelling in completion.go

Signed-off-by: knrt10 <tripathi.kautilya@gmail.com>
(cherry picked from commit 45b084b255)
release-3.3 v3.3.1
knrt10 5 years ago committed by Matt Farina
parent 690e2d38d6
commit 249e5215cd
No known key found for this signature in database
GPG Key ID: 9436E80BFBA46909

@ -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}"

Loading…
Cancel
Save