From 79ccc604fd37d21c12e2540bcd4b4dbdbba3f3f5 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 1 Mar 2024 11:09:50 +0000 Subject: [PATCH] fix minor typos --- scripts/cecho | 2 +- scripts/spchk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/cecho b/scripts/cecho index 50b76c1..2a3964b 100755 --- a/scripts/cecho +++ b/scripts/cecho @@ -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" ] diff --git a/scripts/spchk b/scripts/spchk index 2768593..56b6d19 100755 --- a/scripts/spchk +++ b/scripts/spchk @@ -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