fix minor typos
This commit is contained in:
parent
04153c29be
commit
79ccc604fd
@ -77,7 +77,7 @@ function cecho(){
|
|||||||
NC="\033[0m" # No Color
|
NC="\033[0m" # No Color
|
||||||
|
|
||||||
# printf "${(P)1}${2} ${NC}\n" # <-- zsh
|
# printf "${(P)1}${2} ${NC}\n" # <-- zsh
|
||||||
printf "${!1}${!2}${3}${NC}\n" # <-- bash
|
printf "${!1}${!2}${3} ${NC}\n" # <-- bash
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ -z "$1" ]
|
if [ -z "$1" ]
|
||||||
|
@ -31,5 +31,5 @@ if [[ "${FIXED}" == *"*"* ]]; then
|
|||||||
else
|
else
|
||||||
parseResults "${FIXED}"
|
parseResults "${FIXED}"
|
||||||
cecho IBlack On_IRed "INCORRECT!"
|
cecho IBlack On_IRed "INCORRECT!"
|
||||||
cecho Black On_Yellow "There are ${LISTCOUNT} suggested corrections for '${QUERYTERM}': ${WORDLIST}. "
|
cecho IYellow On_Black "There are ${LISTCOUNT} suggested corrections for '${QUERYTERM}': ${WORDLIST}."
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user