Fixed a couple of comment typos
This commit is contained in:
parent
43b04695ba
commit
a499ea5d23
@ -4635,7 +4635,7 @@ _java_packages()
|
|||||||
{
|
{
|
||||||
local sourcepath i
|
local sourcepath i
|
||||||
|
|
||||||
# find wich sourcepath to use
|
# find which sourcepath to use
|
||||||
_java_find_sourcepath
|
_java_find_sourcepath
|
||||||
|
|
||||||
# convert package syntax to path syntax
|
# convert package syntax to path syntax
|
||||||
@ -5125,7 +5125,7 @@ _update_alternatives()
|
|||||||
;;
|
;;
|
||||||
esac
|
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
|
for (( i=1; i < COMP_CWORD; i++ )); do
|
||||||
if [[ "${COMP_WORDS[i]}" == --@(install|remove|auto|display|config|remove-all) ]]; then
|
if [[ "${COMP_WORDS[i]}" == --@(install|remove|auto|display|config|remove-all) ]]; then
|
||||||
mode=${COMP_WORDS[i]}
|
mode=${COMP_WORDS[i]}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user