fix minor typos
This commit is contained in:
		
							parent
							
								
									04153c29be
								
							
						
					
					
						commit
						79ccc604fd
					
				@ -77,7 +77,7 @@ function cecho(){
 | 
			
		||||
    NC="\033[0m" # No Color
 | 
			
		||||
 | 
			
		||||
    # printf "${(P)1}${2} ${NC}\n" # <-- zsh
 | 
			
		||||
    printf "${!1}${!2}${3}${NC}\n" # <-- bash
 | 
			
		||||
    printf "${!1}${!2}${3} ${NC}\n" # <-- bash
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
if [ -z "$1" ] 
 | 
			
		||||
 | 
			
		||||
@ -31,5 +31,5 @@ if [[ "${FIXED}" == *"*"* ]]; then
 | 
			
		||||
else
 | 
			
		||||
    parseResults "${FIXED}"
 | 
			
		||||
    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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user