diff --git a/bash_completion b/bash_completion index cd242951..c9fe87ab 100644 --- a/bash_completion +++ b/bash_completion @@ -4635,7 +4635,7 @@ _java_packages() { local sourcepath i - # find wich sourcepath to use + # find which sourcepath to use _java_find_sourcepath # convert package syntax to path syntax @@ -5125,7 +5125,7 @@ _update_alternatives() ;; esac - # find wich mode to use and how many real args used so far + # find which mode to use and how many real args used so far for (( i=1; i < COMP_CWORD; i++ )); do if [[ "${COMP_WORDS[i]}" == --@(install|remove|auto|display|config|remove-all) ]]; then mode=${COMP_WORDS[i]}