From a499ea5d23c14160db9a63a1ab632777c25420fb Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Tue, 6 May 2008 20:26:08 +0100 Subject: [PATCH] Fixed a couple of comment typos --- bash_completion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]}