Fixed a couple of comment typos

This commit is contained in:
Steve Kemp 2008-05-06 20:26:08 +01:00
parent 43b04695ba
commit a499ea5d23

View File

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